MySQL issue
I am taking sentences through a form on page. Then checking some condition and trying to insert them
array_map() probably obvious mistake
The code below is part of a class to escape strings, but should also accept an array, using array_ma
undefined offset help
Hi All,
I kept getting undefined offset PHP notice for a simple for loop. For eg
$va = arr
Get Total From While Loop
I'm trying to get the total for each product and add them for a Grand Total to list outside the loop
Is there a quick way to do this?
Hi all,
I need to create a mysql table from php that goes a little something like this
Adding meta tags under Zend FW
Hello there, recently has come to my hands the FTP of a website which is running under Zend, I would
User information
Hi All,
By using t-code SUIM we get all the user details,if suppose we donot have permission t
Drop Down and text box issue
Is it possible to set a drop down list and text boxes to a certain width?
here is my code
PHP Code / Script To check weather the given email exists in a domain
Hi,
I want to implement the following in my web page
in sign up we will ask to enter u
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?