| Thread | Last Post | Replies |
|
| HELP: PHP upgrade broke my code! | 31 Jan 2008 15:55 GMT | 4 |
Hi, I hope one of you gurus out there can help me. I have a web application that had been running fine before I upgraded my server, now it fails on the following snippet of code: function NextOrder($OrderID) {
|
| delete header on print | 30 Jan 2008 13:37 GMT | 2 |
I have a php script that create html page. that I have to print. I want to know how to delete header and footer on print. Can you help me Thank.
|
| Backing up from one table to another and adding date/time information | 23 Jan 2008 18:36 GMT | 5 |
I want to insert the data from one record in one table into another table in a mysql database, adding the current date and time to a field in the table the data is going into. Thus when a record is changed, I am backing it up and indicating the date and time of the backup in a
|
| Testing PHP and MySQL | 17 Jan 2008 20:33 GMT | 5 |
I'm working in FC8 and I like to use MySQL with PHP. I have installed: [gastonv@telenetPC ~]$ yum list installed | grep php php.i386 5.2.4-3 installed
|
| Is This A Good Structure For What I Am Trying To Achieve With The Languages? | 16 Jan 2008 16:48 GMT | 1 |
i have been reading the article below in case you are wondering, but i have myself a question about how good the structure really is, and if there are any better ways to do this. article: http://www.talkphp.com/vbarticles.php?do=article&articleid=46
|
| PHP Mysql query caching - how to stop it | 10 Jan 2008 09:38 GMT | 2 |
I have recently recognized a problem, described it in a post a few hours ago, but have revised my opinion on the problem. Now it looks as follows: The portal runs on apache/php/mysql. Php generates a query, and the
|
| Using PHP to Database Tables via Email | 09 Jan 2008 22:25 GMT | 6 |
I use 1and1 as my webhost. Using their configuration, the web server and mysql server are 2 different machines. I have a web application that uses 2 database tables. I am looking
|
| Mysql query cache? | 09 Jan 2008 16:51 GMT | 4 |
I have a strange problem with my website at work. There is a database with some product data. Data is registered thru php - website, and once a week a raport is generated from this data. If a mistake was made, the data of current week can be corrected in the same way as it
|
| mysql optimization | 05 Jan 2008 17:56 GMT | 10 |
I'm having problems optimizing a slow query - I have tried to understand the output of explain and everything, but I guess I'm missing something. I would appreciate if someone could help me out... Update: while writing this question I have (probably) figured out where the
|