mysql_real_escape_string
Let me preface this that I am very much a PHP noob, but I have some SQL training (not necessarily My
get url?
how do i get the url of the page i'm currently on, on my website.. i think its get header.. how do i
preg_replace question
Hello!!
I hope someone can help me with preg_replace.
I load two tables from an extern
A little help needed passing hidden values to next page
I have a page that has hidden values in a form.
example
Code: <input name='signupID
All possible combinations of Strings from table in PL/SQL
Hi,
I am trying to figure out how to build a list of all possible string combinations fro
opening a window with after form submission
I know this this forum has nothing to do with JS, but i'm trying to use it with my php script.
<
Multi dimensional arrays
If I put in this code:
1
2
3
4
5
6
7
8
9
10
11
12
13<
Access database inside of a validation class
Hello,
For quite some time, I have been using functions to validate form input and access the
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)
Is it a good practice to store user info. in sessions?
I am making a user class for my script which stores all the user information in sessions. It takes u