Javascript or not?
How many people prefer javascript/ajax sites? How many prefer the good old fashion straight php sit
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
line breaks in between fetched file names
Hi,
I have this code:
Code: <?php
if($dir = opendir('files')){
while (($f
Can I call a class inside a function?
I have a class written in another file that handles my image resizing.
Can I do this (php say
PHP/Database issue
My friend is helping me make a database where you go to a certain webpage of my site and the page wi
Using unserialize()
Hi there.
I have some data in my database that is serialized.
e.g.
a:2:{i:0
Need a fuction to count entries in a field
Hi
I need a fuction to count how many times a email address is entered in to a field.
I ma
check comment for html
hi, I just wanted to check if a comment a user posts contains HTML, and if it does, to not allow it
Transform value 0 in no and 1 in yes help needed
Hello,
I have this in the table: "value" type int 0 to represent false and 1 to represe
Will an XHTML DOCTYPE interfere with my PHP if I'm not experienced enough?
I've read this article here: http://friendlybit.com/html/why-xhtml-is-a-bad-idea/
In a nutshe