I made some beginning php tuts on my site if you want check them out I made them tie into how you can relate the code to real world objects. php tuts
Try this I noticed some SQL errors, you seemed confused on how to do it because some places it was done properly and others is was not. If your...
In C and C++ theres a strcat() function that joins strings, php has a well working function that turns an array into a string with a separator. I...
What I want to do is make the text marque inside a fixed width div. I was thinking that I should get the element by id, get its height, and...
the else if (substr($img_name,0,-4) == "jpeg", $img_exts) && $img_size < $max_size) { move_uploaded_file($img_temp_loc,"/images" ....
you can make an exception for that, generally most jpeg files are named .jpg but you can make a special exception for .jpeg. else if...
I used this one my personal site but since it mimics ipchicken I guess its a clone. The script makes use of the php auto global $_SERVER[]. It...
Expression Web 4 because it auto closes tags, auto adds double quotes for attributes and overall allows you faster site creation. It may not have...
Well some people may or may not know how to do this but I find that its best to explain the process. First were going to upload the file and uses...
I found a site with a php example in a short sense but I need to tweek the code to work better and faster Once its doen and working right I'll...
Because the saying "why reinvent the wheel" shows a lack of wanting to understand how things work and that your statisfied with the current ugly...
I found that using file_get_contents() and storing it as a variable and then use strlen() on that variable will give me the length of the files...
I've been wondering if its feasible to make a php based core function only matching program. I dont want to use regex but make a custom matching...
Separate names with a comma.