Passing Arguments to execlp()
I'm writing a program that mimics a unix shell. It's supposed to take commands with arguments and ex
Troubles with a spider class
I am building a spider that will crawl through random whitepages (eg. anywho.com, switchboard.com, w
Form File Upload
I've read through tons of resources and tutorials and as far as I can tell, my code is accurate, but
Preg_match question
I want to use preg_match to make sure a string is always 6 characters long and only contains 0-9 and
Selecting an "empty" date formated field
How do you select an "empty" date field? I've tried the few ways I can think.
SQL> select
[PHP HELP] Php order form.
Hello to everyone @ phpfreaks. Im new to this site and hope to learn lots of things here.
Fir
RFQ Configuration - can you make PLANT field an optional field in ME42
Is there a way to make the plant field on an RFQ optional in change mode (ME42)?
Parse error: parse error in C:wampwwwlogspagesmembers.php on line 16
I dont see the problem with this, I always get Parse error: parse error in C:wampwwwlogspagesme
Error Messaging not working
I changed the way my form tells the user of an error. But I can't seem to get it to work properly.
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)