is this right the code will redirect a person to the login page when they try to access it using without going into the login page <…
Tag: html
does multiple upload follow the same order of uploading in which we select the images?
i am using HTML5 multiple upload feature. its working perfect. Now I have one query does multiple uploading follow any order while uploading images? suppose I have 5 images now while uploading images if I select images in below order does these images would be uploaded in the same order I select? means $_FILES[‘upload’][‘name’] array will have (using PHP )
How can I change opencart order email content as our wish? Is it possible?
Can I change the content of order email, which file it exactly refers? This is a confirmation of an online transaction placed with ######. The AuthOnly transaction totaled $171.90 and will be …
Using time zones in a PHP web application
I’ve been looking around for a few hours now about what’s the best way to use timezones in a PHP/MySQL web application, finding a definitive answer is hard. From what I’ve learnt so far it is best to store everyones stuff in the database in UTC (correct me if I am wrong). When a user registers I will ask them
Resize textarea based on lines of text that comes from php/mysql variable
I dont need it to resize automatically as you type, I just need it to be the correct size when the page loads the variable is $row[‘text’];