Summary: I´m writing a script on php on win xp, with apache web server, the server it`s working ok, and php too, the problem is when I try to pass a form to an...
Summary: hi, i'm having a table in mysql which has a column name DOB, the field of which defined as date. & i'm inserting the data into it, after converting ...
Summary: QSX, Thanks a lot for your advise, I changed all that and still my code did not quite send the form the way I wanted so I decided to start all over an...
Summary: I currently developing a simple voting script written in PHP. it uses a cookie to keep track of if people voted or not, if they have the script shows ...
Summary: hi, I am working in PHP. I just want to establish a connection to oracle database. Say my sid is ='hi32' userid='aaaa' passwd='bbbb'. i tried followin...
Summary: In the WinMySQLAdmin under the my .ini Setup tab it says: user=Brad password=password my PHP reads: $conn = mysql_connect("localhost", "Brad", "passwo...
Summary: Beyond what Ronin pointed out, I think that you've realized that you aren't getting the values out of your prompt functions back to main() so that the...
Summary: Hi; how can i find x,y coordinates in PHP? is there any method available for that. i wanna display my name where ever i move mouse. could u guys give ...
Summary: Hey, I am new to PHP. I really want to begin to learn this stuff. I just want some help on how to Install PHP on my computer. I have a Dell that is R...
Summary: i would like to ask that, how can display the days of month in PHP. What i mean is not only display the current month, but also some given month.... P...
Summary: Is there a command in PHP or HTML that can execute a link. So I can just throw a link at the end of a script and it will execute after the script has...
Summary: I need to write a simple php programm to send and receive a icmp packet (ping).I know I need to use sockets but I cannot find any code example in php ...
Summary: Please I've done this codes over and over again, I even changed the php code several times and it just seems as though I am missing something. I keep ...
Summary: I am having problems with my PHP script. After entering login and password information into 2 input boxes from a form and posting the data to a php sc...
Summary: Hi, im trying to pass a form variable to a php script but could able to get done. here is wat i have... bear with my tag format. .html file: #html# #h...
Summary: I'm trying to make a PHP form that e-mail me and this is what happend... I'm sure I'm doing something stupid and it's probley easy to fix but her it i...
Summary: Hi, I'm somewhat new to PHP and MySQL and i'm trying to run the following simple PHP/MySQL code snippet: <?php $host = "localhost"; // MySQL serve...
Summary: What is it you are trying to do? You want a button on form 1 to show form 2? That is easy, since the form objects are global in vb. ON FORM1: Sub Co...
Summary: Here is an easy solution. Put a Javascript block at the end of the page (or at least after the field to be populated) and update the value instead of ...
Summary: hi guys, i'm a new learner of programming and currently going thru vb.net. i'm working on a windows app which requires to have a user login and passwo...
Summary: heya hybernate20, (btw: I'm a musician too) What I would do is set up 3 PHP pages on your web server to handle the mail() function, and your email se...
Summary: Ok, i am tryin to create a simple uploads form. Here is the error i keep getting: "Warning: copy(C:\Uploads): failed to open stream: Permission denied...