Generating unique numbers using php
Hi,
I need help in generating unique number using php.I tired using rand() in php.But, by using r
Help on code output
My CODE:
Code: [Select] echo "<phone>".$line["phone"].&qu
PEAR Email Attachment w/ $gpg
I have no issues with this code if I take out the attachement section and include the info in the em
is this the proper use of mysql_real_escape_string() to prevent sql injections?
i was wondering is this the proper use of mysql_real_escape_string() to prevent sql injections? any
Passing JS to PHP
So I have the following
Code: <?php
getdetails(?><script type="text/
session_destroy();
new to php
I have a simple login and am trying to write a logout.
I set a $_SESSION var to 1 i
Taylor Series Function
So I am working a a project for my intro C++ class, and I am having some trouble with a function for
Protecting forms
Alright, I want to protect some forms of mine from SQL Injections, because I had someone earlier spa
Need some ideas as to how to go about sorting this array...
Here's how the array's are created..
Code: <?php
while ($x = readdir($dp)) {
Ignore html and bbcode?
I've created a function to limit the amount of text according to the amount of words.
However