hy. today I was in the mood to solve this mysqli problem - and I hit a
dilemma. Really, it's strange (at least for me). Let me tell you the longer
version of the story.
Since a very short while I used php 4.3 in combination with mysql 3.x, which
raised no problems. And since I needed the utf-8 supp
hy. today I was in the mood to solve this mysqli problem - and I hit a
dilemma. Really, it's strange (at least for me). Let me tell you the longer
version of the story.
Since a very short while I used php 4.3 in combination with mysql 3.x, which
raised no problems. And since I needed the utf-8 s
IIS also has a script execution time limit. Even if you set it in PHP,
IIS will abort the script if it's own limit is exceeded. So if you are
still having issues after using set_time_limit, check IIS's script
timeout.
Regards,
Paul Smith
Microtech Limited - Suppliers of innovative IT solutions
Dear,
I am trying to make a download script, for this I need to define max
execution time to 0 so the script only ends when the file is
uploaded/downloaded. I have php5 and apache 2 on Windows XP-sp2 and I am not
being able to do it, every thing I tried didn't work.
Can anyone give me some t
[EMAIL PROTECTED] wrote:
hello. can someone please tell me how to install the mysqli extension for
windows? I use mysql 4.1, php 4.3.1 and apache 1.3.23. I just upgraded from
mysql 3.x to 4.1 and now that I have to use the mysqli functions I get the
error: "Cannot instantiate non-existent clas