Jump to content

fmwanje

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by fmwanje

  1. I have a bachelors Degree in applied mathematics, I want to do computer networking/ network administration. How should I go about it?
  2. thank you guys. i had miss " " on the $sql value!!!!. Now it works.
  3. i tried using $link, but i failed again. Well here is part of the code.Why doesn't it run???? It says error in line:2<?php$link=mysql_connect("localhost","user","userpassword");if(!$link){ die('could not connect: '. mysql_error());}mysql_select_db("rgstr_db",$link);$sql=INSERT INTO Rgstr_data (lastname, FirstName,E_mail)VALUES(Ken,sam,sams@myspace); // VALUES($_POST['lastname'],$_POST['FirstName'],$_POST['E_mail']); if (!mysql_query($sql,$link)) { die('Error:'. mysql_error());} echo "Your Registration was received";?>
  4. how can i connect to the server? i have tried using $conn=mysql_connect("localhost","myusername", my_password"),but i have fail. I am using EasyPhp,and i have both mysql and Apache on my drive.
  5. fmwanje

    Php and apache

    Thanks guys. I am gonna go Easyphp. I plan to use my computer as a developing server ie. testing my code off line.
  6. fmwanje

    Php and apache

    How can i install php and apache on windows xp Home Edition? Which edition of apache should i use?
×
×
  • Create New...