Search found 10 matches
- Thu Jul 13, 2006 11:52 pm
- Forum: Databases
- Topic: Program ending too soon
- Replies: 1
- Views: 277
Program ending too soon
I'm trying to store some text in my database.I had the field as TEXT already.But my program just kept ending before the end of the script.I finally determined it was because of what i was storing.So i changed the type to MEDIUMTEXT and still it ends.Is it possible that some words in the text i'm try...
- Fri Jun 16, 2006 12:23 am
- Forum: Databases
- Topic: iso-8859-1 encoding
- Replies: 2
- Views: 394
iso-8859-1 encoding
How can i set the charset default to iso-8859 rather than utf-8 in my mysql database?Everything is converted to utf8 so i end up with unreadable text.Thnx
- Thu Jun 15, 2006 12:53 am
- Forum: PHP - Code
- Topic: clear all memory
- Replies: 1
- Views: 280
clear all memory
Is there a way to simply clear all variables and the cache basicaly all memory used by the script?I need to reexecute a script many times and not have interference from previous script execution.Any way i can do this?Thnks
- Wed Jun 07, 2006 9:42 am
- Forum: PHP - Code
- Topic: run php script
- Replies: 4
- Views: 851
- Wed Jun 07, 2006 9:35 am
- Forum: PHP - Code
- Topic: run php script
- Replies: 4
- Views: 851
- Wed Jun 07, 2006 9:18 am
- Forum: PHP - Code
- Topic: run php script
- Replies: 4
- Views: 851
run php script
I'm trying to run php scripts from within php scripts.Its a series of scripts that launch each other once they complete execution.But since they're in a loop,my browser stops execution saying it'll loop non stop.I use header() to do this.Is there a way to make my browser keep executing no matter what?
- Mon May 01, 2006 5:18 am
- Forum: Databases
- Topic: array into mysql
- Replies: 2
- Views: 435
array into mysql
This a probabbly been posted already,but i've spent a long time on google and on the forum search engine and havent found anything,so this is my last resort.Here's my problem:I have gathered various data that i've put into an array.But now i'm stuck,because i dont know how to store that in mysql.Can...
- Wed Apr 19, 2006 1:02 am
- Forum: PHP - Code
- Topic: problem with implode
- Replies: 4
- Views: 584
- Tue Apr 18, 2006 4:12 pm
- Forum: PHP - Code
- Topic: problem with implode
- Replies: 4
- Views: 584
- Tue Apr 18, 2006 4:03 pm
- Forum: PHP - Code
- Topic: problem with implode
- Replies: 4
- Views: 584
problem with implode
Is there any kind of memory limit or anything for the implode.I have a program that uses it over and over again and it seems it overflows my browser.Any ideas?Thanks ahead.