39,316 Topics

Member Avatar for
Member Avatar for Coolbedog

Hi there, I'm lost in webSpace. I'm building a website for an amateur football team. One of the pages I'm including, "nextGame.html" will enable our players to declare their availability for a certain match by adding their name to a list of names already displayed on that page. I've started …

Member Avatar for Coolbedog
0
100
Member Avatar for troverdocz

i have a problem in updating the records... it did'nt work... wats the prob with my update code... i edit and when i update record nothing happens... can any1 help me.... thnx and godbless! [code=php]<?php header("location: index.php"); include("conn.php"); $mode=$_GET["mode"]; if($mode=="add") { $MachineNo=$_POST["MachineNo"]; $MnfgDate=$_POST["MnfgDate"]; $sql="insert into $PRD(MachineNo,MnfgDate) values('$MachineNo','$MnfgDate')"; $result=mysql_query($sql) or die(mysql_error()); …

Member Avatar for azamdb_83
0
104
Member Avatar for denxioz
Member Avatar for ShawnCplus
0
84
Member Avatar for alexgv14

hey guys, I have this php code that receives variables form flash to create image which works fine. what i want to do is save that image after its been created on my server instead of showing it as is in the code below. how do i go abut that …

Member Avatar for stbtwitter
0
168
Member Avatar for Solliweb

I created a database from a turorial, but gets the error message: Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\wamp\www\addressbook\MysqlStep3HandleReadRecord.php on line 16 Part of the code is: [ICODE] $db_handle = mysql_connect($server, $user_name, $password); $db_found = mysql_select_db($database, $db_handle); if ($db_found) { $SQL = "SELECT*FROM tb_address_book"; …

Member Avatar for diafol
0
67
Member Avatar for Morrac

I am trying to create a page that has a form on it that will select a technician and then show his/her schedule in table for on the same page. The problem I am having is that when I click the select button it goes to a blank page. It …

Member Avatar for Fost
0
110
Member Avatar for CasTex

Hello, [code=php]function dwos($title,$body,$rpcurl,$username,$password,$categories=array(1)) { $categories = implode(",", $categories); function here. }[/code] My question is, how can I put value to categories ? [code]$category = "life, code, love"; // this not works ? dwos($title,$body,$rpcurl,$username,$password,$[B]categories=array(1)[/B])[/code]

Member Avatar for blocblue
0
105
Member Avatar for BzzBee

I want to fetch records from database and want to show listing in xml form. e.g [CODE] <url> <loc>http://www.test.com/about-us/</loc> <priority>0.64</priority> <lastmod>2009-05-04T10:10:21+00:00</lastmod> <changefreq>daily</changefreq> </url> <url> <loc>http://www.test.com/about-us/about-factory/</loc> <priority>0.64</priority> <lastmod>2009-05-04T10:10:21+00:00</lastmod> <changefreq>daily</changefreq> </url> <url> <loc>http://www.test.com/about-us/chairman-massage/</loc> <priority>0.64</priority> <lastmod>2009-05-04T10:10:21+00:00</lastmod> <changefreq>daily</changefreq> </url> [/CODE] the urls are dynamic. I am using statically now but want to use dynamically. …

Member Avatar for somedude3488
0
78
Member Avatar for m-hrt

i have 3 tables i want to show the data from them to a page. table1 "trip" table2 "seat" table3 "user_information" show all the data of table one which is working its showing but how can i show multiple table data any ways. show all data of trip and seat …

Member Avatar for m-hrt
0
177
Member Avatar for lamiv007

Hello, My brother asked me to create an application where he can save all his data and retrieve at any time, which does all the calculation. A friend of mine suggested PHP and MySQL would be a better option. I know HTML and CSS but very little of PHP. As …

Member Avatar for ithelp
0
88
Member Avatar for rariti

I am trying to greatly shorten code on my pages. Is it possible to include variables in my fetch fields? The below will all exist on same php page. Here is the code I want included in my fetch [code] // variables to include in fetch $abc = stripslashes($row->abc); $def …

Member Avatar for rariti
0
109
Member Avatar for bimaljr

Hi I have a variable which contains this data : $text = [QUOTE]This is the company’s profile info, Please see this. “This is special announcement,” I have this texts.[/QUOTE] Now I want to remove the special characters from this variable. I want to remove ’ “ and some other non-standard …

Member Avatar for nav33n
0
145
Member Avatar for BenzBoy

Hello Everyone, I'm a newbie and was just trying to figure out how to get a website published. I'm on a Mac and can set the site up on it but I need a FTP. Is there any where I can get a simple website published for free. I don't …

Member Avatar for BzzBee
0
107
Member Avatar for ongpong

other of my fellow friends says they cant see the website in ie9 and netscape but its running well in mozilla the problem in ie is that the only thing you can see is the background of the website check it out my site in ie if its working on …

0
70
Member Avatar for veledrom

Hi, I have created an pure OOP e-commerce web site with PHP. I want to make sure that my class files cannot be seen or downloaded by anyone. What do i do now? Other files html, css, js can be seen, no problem. My hosting company provides me a folder …

Member Avatar for HITMANOF44th
0
59
Member Avatar for genieuk

Hi, I am not sure what i am doing wrong. I got my code (below) basically it is to resend user activation email if they for some reason or other did not get it first time etc. It sends the email and everything etc... what i need to do it …

Member Avatar for genieuk
0
119
Member Avatar for Venom Rush

Hi there I'm trying to cycle through entries inside a MySQL db and create numbered variables inside a for loop. Currently it doesn't seem to be working. Here's an example of what I'm trying to do: [CODE=php] $i = 0; while($row = mysql_fetch_row($result)) { $i++; $variable.$i = $row[0]; } echo …

Member Avatar for Venom Rush
0
126
Member Avatar for m-hrt

im working on final year project of my deg its complete finaly i want to show a ticket to be appear after payment which has name and so on. and a ticket number i want to generate a random ticket number for a user which will appear on the ticket …

Member Avatar for m-hrt
0
100
Member Avatar for realnsleo

hello everyone .. i am pretty new to php programming and web development and i need to ask this. i have designed a few websites for my clients and i am getting better and now i have started learning php to add dynamic feel to the websites. my question is …

Member Avatar for sureronald
0
79
Member Avatar for dipakxyz

Hi, this is my CPP code which i want to convert to PHP [CODE] #include <iostream> #include <string> #include <sstream> #include <set> #include<stdio.h> #include<conio.h> void print_combinations( std::string prefix, const int* arr, std::size_t N, std::size_t start, std::size_t num_comb, bool first_time = true ) { static std::set< std::string > prefixes ; if( …

Member Avatar for dipakxyz
0
142
Member Avatar for emenace

Hi, I want to do a 301 redirect for one of my pages. What I was wondering is am I still able to execute php code on the same page of the 301 redirect? If so how? So far I haven't had luck... Thanks.

Member Avatar for diafol
0
88
Member Avatar for etc123

i have a ptc script but in that there is only one payment processor "Alertpay" and i want to add "Paypal" as well, for that i need to change following pages: 1.Registration page- paypal needed to be added 2.Withdraw page- withdraw through paypal need to be added 3.Admin section- if …

Member Avatar for diafol
0
107
Member Avatar for gurusundar

Hi folks, I am a PHP programmer. I am having a problem with image tag. I need to know the difference and the purpose of using an image tag like this [COLOR="Red"] <img src="/images/new.jpg>" , <img src="images/new.jpg"> and <img src="../images/new.jpg">[/COLOR] i am facing a problem because of this, i am …

Member Avatar for gurusundar
0
98
Member Avatar for coolmind259

Hi Guys, I want to convert an HTML document into PDF document. Then user can download a pdf document by clicking on the link. Actually I have a page where Dynamic data is being displayed, I want that data to be converted to PDF document , so the users can …

Member Avatar for chrishea
0
84
Member Avatar for gmaster1440

I've noticed some web pages are accessed by associating numbers next to the 'www' part of the url. For example: [code]http://www38.wolframalpha.com/input/?i=1%2B1[/code] What does this mean? How would I be able to configure that for some of my own sites? Is it DNS side? Thanks

Member Avatar for gmaster1440
0
91
Member Avatar for Vilakazi

hey guys i need help as quick as possible about this question i need to submit on Monday please help. the latency experimentation aims to estimate the execution speed for programs.you will measure the perfomance together with scaling by estimating the responce time while increasing the size of a database.In …

Member Avatar for Will Gresham
0
61
Member Avatar for genieuk

Hi, Hoping someone can help me. I done a search on Google but must not be using correct search term as cannot find anything. Basically how can i make sure a page is only accessed via a certain link? I have a page that user clicks on that opens a …

Member Avatar for diafol
0
89
Member Avatar for adyopo

[code=php]<?php $query1 = "SELECT `asc_prods.name` FROM `asc_prods` LEFT JOIN `democart` ON `asc_prods.pid` = `democart.tip`;"; $result1 = mysql_db_query($query); while($row1 = mysql_fetch_array($result1)) { echo "<td> {$row1[0]} </td>"; } ?>[/code] I've got the above code, the problem I have with it is that I need to get the value returned by the statement …

Member Avatar for adyopo
0
107
Member Avatar for gagan22

Hi everyone, I am using a mail function in my contactus form. But for some id it is sending infromation of contac us form but some time it is not sending like on my gmail id i am not getting mail. what is the reason behind this. I have tried …

Member Avatar for peter_budo
0
258
Member Avatar for m-hrt

i want this to be happen defult color of seats i mean available color of seats to be green after that if a user book a ticket it goes to red and stays red how can i do this? code im using [CODE=language]<?php $connection = mysql_connect("localhost","root","password") or die("error connect"); mysql_select_db("online_bus_project"); …

Member Avatar for m-hrt
0
87

The End.