i have created my database, and can add to it using php, and also view all data in html.
can someone please help me with viewing jus one record, by inputting the id of that record, and editing that record and deleteing that record. i found one tutorial but dont understand it.
thanks
it still not working, here is my code again
html file
<form name="form" method="post"
action="add_workin.php">
Name: <input type="text" name="name"><br>
Test: <input type="text" name="topic"><br>
<input type="Submit">
</form>
php file
<?php
mysql_pconnect('localhost')...
hi,
please can someone help me, im new to php and have to create a stock control system
i been trying to add data to mysql database through php. i am having trouble with adding to the database when there is multiple fields. everything is fine when the database has one field, but if it has more...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.