Please Help my PHP Dating Function.
Hi everyone!
Well here is my code that displays this:
It works wonderful.
Save remote XML to local website folder
Hi, I hope you can help me out. I would like to be able to pull an XML file from another site and t
reading xml faster than DB call?
I am trying to optimize a high traffic website, and I enabled a feature where there are three photos
Problem with variable declaration in switch statement
Hello, I am having some trouble assigning a value to a variable inside a switch statement. What I a
word wrap in emails help needed
Hello, I understand how wordwrap works in php and have used it well before. However when I used wor
Inserting multiple records from single form
I've found a number of threads that deal with this issue, but I'm new to php and coding language so
Buggy registration system
Hey, I just started scripting in PHP, and I ran into a few problems.
Code: <?php
includ
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
PHP and MySQL on intranet?
Is it possible to use both these on an intranet network?
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav