=> and <=
So I was digging through some code when I came across the <= operator. This is the first tim
how to get IP address?
hey guys,
i have this code which is supposed to get me the IP address of my site visitors:
php global variable
how can we create global variable so we can use its value in any form.. Please give example to
FTP issues
Hi all,
I am currently facing some serious problems with a script and really need some ad
Escape Latin Characters
I need to escape latin characters in an xml doc. Example: "é" is escaped to "é". I thoug
Table sorting
Hi,
I'm trying to modify the following in order to make the output table sorted alphabeticall
SHOW TABLES Help
Hi all
I have the following
Code: [Select]<?php
$sql = "SHOW TABLES&quo
How would I convert this into code using an if statement?
ES equals exam score m equals $mean s equals $total. I already coded my mean and total so I'm not g
How to Handle more than one submit button in single form?
Hi
I have one PHP file which contains one Form. In this form there are two Submit type Buttons
MVC - Code review
I'm in the process of trying to wrap my head around MVC, and as part of that, I'm attempting to impl