User Profile
Collapse
-
Thanks for that info -
How to use example print function to print within your php code?
Have an idea to be able to allow clients to submit email address and then my db will place email address within php code .
Code:<?php include_once "scripts/connect_to_mysql.php"; $id = mysql_real_escape_string($id); $id = eregi_replace("`", "", $id); $sql = mysql_query("SELECT * FROM contactInfo WHERE id='$id'");
-
How to send option values to diffrent db tables
Code:<select class="formFields"> <option value="test">test</option> <option value="test2">test2</option> <option value="test3">test3</option> <option value="test4">test4</option> </select>
so i can have each categories for each tableLast edited by Dormilich; Apr 16 '12, 05:49 AM. Reason: Please use [CODE] [/CODE] tags when posting code.
No activity results to display
Show More
Leave a comment: