am I using this for loop correctly
Dear buddies!
Right now I am generating a report with some details for all the dealers.
php slowing my site?
Hi all,
I think that one of the reasons that my site doesn't work fast is that the code is ve
Must be a string? Huh, what? HELP?
with the following script, I get
Fatal error: Property name must be a string in /home/content/e/
MySQL-PHP Query Results Help
Hello all. I'm hoping to be able to get some help in solving a problem with query/rowcount output. I
Array question
Does anyone know how to create a program that takes the $ amount for 8 different departments and gi
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
what is wrong with this
Code: [Select]<?php
if ($_SERVER['HTTP_REFERER'])
{
Typedef struct vs just struct
Anyone know the rationale for using typedef for structs when a struct is itself a typedef? I have s
Probably a simple error...
I'm getting the error -- Parse error: syntax error, unexpected '{' in /home/content/c/s/t/csteffen24
Deleting a record php
Attempting to setup delete a record page. The below code I put together doesn't seem to work.
Procedural to OOP
John Kleijn said that to avoid writing "crappy code", we should learn OOP and common OO pr