Multi dimensional arrays
If I put in this code:
1
2
3
4
5
6
7
8
9
10
11
12
13<
'210010106140040100' == '210010106140040101'
Debugging this simple line of a PHP script
Code: if($a == $b){ }
I've found that with val
mysql_query returning boolean instead of mysql ressource
Hi,
I seem to have a weird issue with the php command mysql_query. I pass 2 arguments the que
user administration
Dear @all,
what I have to do to set the user defaults for new users. At the moment I woul
How do I create a 2D game "camera" to follow player?
In J2ME programming I'm targeting MIDP 2.0 devices.
I'm using gamecanvas and I was thinking t
PHP Include not working
The website is http://www.grlistingservices.com
The code block is as follows:
<
Simple Scraper... Weird Output
Okay, maybe I just need a Blue Monster and some sleep, but....
I'm scraping a ringtone site
Issues: PHP Forms -Clearing
I've tried looking online before actually asking for help, but I've been looking for about the past
browse folder only
hi,
is there a way i can browse or get the directory or folder only and not the file?
i just w
storing results of a function - previous result overwritten with new result
I have created a function to validate input.
function validate_dimension($value,$name) {
<