php ajax - two drop down list with a submit button
i have created a form with 2 drop-down list and a submit button. I would like to know how to pass th
array_diff weirdness
I'm using the following bit of code
$diff = array_diff($pids, $pidlist);
$diff = array_va
How to ... (FAQs)
... get e-mail notifications
As several people asked how to get e-mail notifications when new posti
What am I missing here? Help!
Hello all!. I can't seem to get this working right. Well - it renders right, but something is goin
Problem executing bash script using shell_exec
Hi there,
I created a bash script file using following code to convert doc documents to pdf using
PHP Blog help
Need help with posting comments in a word press blog? I have a comments page where the comments are
Combining Two Queries
I have two scripts that each work fine by themselves. One is a search script with a variable that de
Deleting Partners on the Customer Master.
Does SAP handle removing the Partner from Open Sales Orders when a Partner is deleted in the Custome
login page does not execute a else statement
I've created a login page using sessions.
When an incorrect user name or password is entered then
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)