Search found 10 matches

by ilavos
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...
by ilavos
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
by ilavos
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
by ilavos
Wed Jun 07, 2006 9:42 am
Forum: PHP - Code
Topic: run php script
Replies: 4
Views: 851

Thanks i'll try that.I'll let u know how it works.
by ilavos
Wed Jun 07, 2006 9:35 am
Forum: PHP - Code
Topic: run php script
Replies: 4
Views: 851

I'm not sure if include() could actually execute the script.I use it for functions,but i'm not aware of how it could be implemented to actually run the scrip.
by ilavos
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?
by ilavos
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...
by ilavos
Wed Apr 19, 2006 1:02 am
Forum: PHP - Code
Topic: problem with implode
Replies: 4
Views: 584

Indeed!Thanks!That did the trick
by ilavos
Tue Apr 18, 2006 4:12 pm
Forum: PHP - Code
Topic: problem with implode
Replies: 4
Views: 584

well thats just a guess,because program execution just stops after a certain number of implode functions.But if i start program execution at the array at whitch it stopped previously,theres no problem!
by ilavos
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.