problems with php variables in mysql query
i can't seem to get the following query to work.
select $q1c from $vote_rate where id = $re
why aint this working?
i have this code:
Code: $num = 250;
$count = ($num - $rcount);
echo $rc
PHP/PKI
I am trying to set up a web application that uses pki. does anyone have a good tutorial to set this
help with calculations on a flat text file
hello,
I have this code below that is attached to a flat file like this:
Email:LastName:FirstN
adding 0 to numbers
Hey guys i need to create a 00001 number in a loop. Is there a better way of forcing a 5 digit numbe
'grab_files', multiple extension?
hey guys,
can anyone suggest a way to make to following line of code look for files with more
Creating Images from images in PHP
Okay well I am trying to make a 'dynamic' calender image with PHP.
I have images like this:
Remove letter from numeric textbox
I have a textbox that will search the employee database by entering in the employee ID and it will r
help understanding hidden input w/ php
hello i'm doing a tutorial where there are multiple forms for an edit page for a user to update thei
AJAX form submit
I recently built a form that submits data to my database with an ajax function that is called throug