Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
INSERT data problem!
After having an string with apostrophes ', double quotes " or any other special characters, suc
include function being weird?
I have a very simple system to grab an IP outputted by a PHP file.. (for a project I have) but it ou
Simple Variable Question
Hi everyone.... again,
I am really getting into php still. Learning more every day. I love it
Simple MySQL script is not working
Hey guys,
Just familiarizing myself with PHP and MySQL. I am following along in the O'Reilly
Passing Variables
What I'm wanting to do is when the user clicks on Arenas it will know the name of the country it's w
FPDF Help
I've been playing with the FPDF module. I was building a form and rolling right along and then sudde
Pop-up Banner
Hello Friends,I need to use banner in our client site.Example: www.example.com if i enter this site
user administration
Dear @all,
what I have to do to set the user defaults for new users. At the moment I woul
how to timeout $doc = new DOMDocument()->load($url)
I am currently using this $doc->load($url) to fetch an rss feed.
If a feed takes long than