Create comparison matrix?
I want to create a comparison script for forum software and was wondering is there any tutorial or b
Word Trimming
Hi Guys & Gals!!
Hope you are all ok....
I need some help with the following
url- go to webpage
i have an input text field and submit button.
how do i make the url entered into the textfiel
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
Ten Operator Syntax
Hi Guys,
I can't figure out why i am getting a parse error with this basic ten op code:
Insert numbers from Barcode scanner into online php page
I have a real big problem, Here is what I'm trying to do. I have a Intermec CN3 handheld computer th
Refining of search Criteria
Dear Friends
I need a help, I have a search page which of cars related, which has different s
Onclick problem in Firefox
Hi,
I am using a . It doesn't seem to
Setting/Modify Headers using mail() function
I have a question about setting email headers when using mail() in a php script.
When I send
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)