modifying a property of an object from a different class
I have 2 classes:
- Math
- Distance
in my math class, I have this line:
$distance =
Odd or Even
Inside of a while loop I need to echo several rows of info...easy enough.
In the loop (for th
Multiple upload and Resize
I would like some help on my script I have the for my index.php
////
<html&
unserialize help, getting errors
hi all ,
I got a form with 6 fields (2 input and 4 select box), when the page loads one block is
Force download script not handling files with spaces properly
I have a regular old php force download script, uses this code:
Code: header("Cache-Cont
Optimize Code
Just started getting into the use of cookies. The following code will redirect users to a set URL s
timed header image rotation
I have a joomla site and I was trying to setup a rotating image based on timing NOT just refreshing
Including calander to page - will not show other months than current??
im trying to add an existaing calander onto a profile page by using Code: <?php include "
Multiple includes losing variables
Hey all,
just starting out w php and ran into a problem pretty quickly. I'm
including seve
mysqli_fetch_assoc returns multiple arrays, how to return a single array
Hello, I am using mysqli_fetch_assoc which is returning multiple rows, so it looks like:
Code