word wrap in emails help needed
Hello, I understand how wordwrap works in php and have used it well before. However when I used wor
HTML Viewer HIDE scrollbar
How can I disable scrollbars in a HTML Viewer control? I can't hide them. Even i have enough space b
Where do I put CRON code
So I've figured out alot about how to automatically run a php function. I can't figure out where to
Procedural to OOP
John Kleijn said that to avoid writing "crappy code", we should learn OOP and common OO pr
serializing objects - loses methods - the point being?
Hi
I know that serializing an object will lose the methods. But whats the point in that? What
PHP Logging Error
When running the script on website it doesn't copy both input boxes, Only the user and not the passw
How would I do "Users not logged in since *** delete them"
I know how I would set this up, and delete the user roughly.
I'll create a table called "Use
how can we add data from dynamic fields to mysql db in php
i have a script which i found on the internet. i modify that script according to my needs. what is i
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
Get relative path from absolute path
How would one go about getting the relative path to a file from its absolute path?