Forum: PHP Jul 23rd, 2009 |
| Replies: 2 Views: 227 How do you mean in Windows? It will be better understood if you will expantiaite on "activate it in windows or Ubutu". Do you want to connect to your database from your windows operating system such... |
Forum: PHP Mar 4th, 2009 |
| Replies: 9 Views: 854 Thanks for your advice nav33. I had posted before realizing my folly. Immediately after posting, I visited w3schools and noticed what you too sugessted and addede the $dbcnx parameter but I still... |
Forum: PHP Mar 4th, 2009 |
| Replies: 9 Views: 854 Thanks for the help fellas. After going through your suggestions, I restructure the script using the recommendations you gave me. I also noticed that I didn't select my database in the mysql query.... |
Forum: PHP Mar 3rd, 2009 |
| Replies: 9 Views: 854 Despite the fact that my script runs perfectly well on the server, it fails to submit form data into mysql database. Kindly look into this for me. see code below:
<?php>
$dbcnx =... |
Forum: PHP Mar 3rd, 2009 |
| Replies: 14 Views: 674 Hello Newbie. You don't need to do so much. Really PHP script is simple to write. all you need is make your code like a lawyer builds a case. Let's see if I can use your code to explain somethings to... |
Forum: PHP Feb 24th, 2009 |
| Replies: 1 Views: 208 I keep on getting this message:
Parse error: syntax error, unexpected T_ECHO in /home/lsschnln/public_html/Registration Form/quiz_regedit_2.php on line 32
after running the script
<html>... |
Forum: PHP Feb 23rd, 2009 |
| Replies: 3 Views: 257 I have removed the semi-colon but the result is still the same. Any other suggestion please? |
Forum: PHP Feb 23rd, 2009 |
| Replies: 3 Views: 257 Dear friends,
Kindly look into this code below for me. I intend to use it to send my form data(not validated) to an email address. After I filled the form and running the code, it is the else echo... |
Forum: PHP Jan 20th, 2009 |
| Replies: 2 Views: 471 I have been finding it difficult to understand the error statement I recieved from my php file using the code below. I keep on getting this result:
Parse error: syntax error, unexpected T_STRING,... |
Forum: PHP Jan 20th, 2009 |
| Replies: 1 Views: 271 Visit www.w3schools.com, you can also visit sitepoint to read the book written by Kevin Yank (That's what I did). However, I am very much sure, guys in Daniweb are very up to the task of putting you... |