| Author |
Message |
Topic: How to export Chinese characters to text file? |
Jon
Replies: 3
Views: 1387
|
Forum: Php Posted: Fri May 19, 2006 7:16 pm Subject: How to export Chinese characters to text file? |
Have you tried NOT re-encoding it? Try treating it just like you do when you use it from in any other script, just put it in the file.
Try using binary write mode on that file write if you're on 'n ... |
Topic: Php smtp mail send ? |
Jon
Replies: 1
Views: 932
|
Forum: Php Posted: Thu Mar 16, 2006 9:23 pm Subject: Php smtp mail send ? |
Try with
class.phpmailer.php and class.smtp.php
You can find these easily by google. I always use these classes for mailing. These are the best. |
Topic: Cookie Version |
Jon
Replies: 1
Views: 852
|
Forum: Html Posted: Wed Jan 25, 2006 2:11 am Subject: Cookie Version |
| What are you trying to do? If you are writing in php, then you should use the built in cookie-handling functions. It sounds as though you are writing in C (or maybe perl? has not perl cookie-handling ... |
Topic: Networking |
Jon
Replies: 1
Views: 801
|
Forum: Networking Help Posted: Mon Jan 23, 2006 10:10 pm Subject: Networking |
I don't know if this is your problem or not. If you have one XP Pro machine acting as a server you'll cap out at 10 concurrent connections.
You can view how many connections are made on the machine ... |
Topic: Limiting characters returned from mysql query |
Jon
Replies: 3
Views: 1320
|
Forum: Php Posted: Mon Jan 23, 2006 9:41 pm Subject: Limiting characters returned from mysql query |
| What does that produce? Looks like correct implementation to me.. |
Topic: Limiting characters returned from mysql query |
Jon
Replies: 3
Views: 1320
|
Forum: Php Posted: Mon Jan 23, 2006 9:37 pm Subject: Limiting characters returned from mysql query |
From manual:
SUBSTRING(str,pos), SUBSTRING(str FROM pos), SUBSTRING(str,pos,len), SUBSTRING(str FROM pos FOR len)
The forms without a len argument return a subst ... |
Topic: phpBB question |
Jon
Replies: 5
Views: 1523
|
Forum: Graphic Workshop Posted: Tue Dec 13, 2005 12:41 am Subject: phpBB question |
| Before you go any further with this do you even have a backup of your old data base? The data base holds things like posts, users, ect ect. The easy way to do what you want would be to install phpbb t ... |
Topic: Got hit with Smitfraud C. |
Jon
Replies: 1
Views: 824
|
Forum: Information Security Posted: Tue Dec 13, 2005 12:21 am Subject: Got hit with Smitfraud C. |
| 1) I got hit with Smitfraud C.. Upon opening IE, it would instantly switch to one of two web site that were desperately trying to get me to sign up for a variety of anti-virus software: Winantivirus, ... |
Topic: advantages of classes over just functions? |
Jon
Replies: 1
Views: 1079
|
Forum: Php Posted: Sat Dec 10, 2005 2:04 am Subject: Re: advantages of classes over just functions? |
| One of the main benefits of OOP is the ease with which you can translate individual business requirements into individual modules of code. Because an OOP approach enables you to model your application ... |
Topic: Websites for WAP (WML) Anyone expeienced with this? |
Jon
Replies: 4
Views: 1435
|
Forum: Html Posted: Sat Dec 10, 2005 1:56 am Subject: Websites for WAP (WML) Anyone expeienced with this? |
| Since WAP 2.0 you actually can use same front-end for mobile devices, so there is no significant overhead in development phase. This is, IMO, good enough to make WAP version of the site wherever possi ... |
Topic: Number of files in directory |
Jon
Replies: 2
Views: 1084
|
Forum: Html Posted: Sat Dec 10, 2005 1:48 am Subject: Number of files in directory |
| Yes, they will index each one as long as there is a link to them somewhere that is viewable by each bot. |
Topic: PHP Code |
Jon
Replies: 1
Views: 843
|
Forum: Php Posted: Fri Dec 09, 2005 12:43 am Subject: PHP Code |
If you are looking for a script that will force a download instead of just opening the link/file then check this
http://elouai.com/force-download.php |
Topic: Trojan Horse Help!!! |
Jon
Replies: 1
Views: 735
|
Forum: Information Security Posted: Thu Dec 08, 2005 11:13 pm Subject: Trojan Horse Help!!! |
| If you are sure it is a trojan then follow the instructions for HijackThis in my signature. |
Topic: too many processes?? |
Jon
Replies: 2
Views: 1125
|
Forum: Information Security Posted: Thu Dec 08, 2005 11:06 pm Subject: too many processes?? |
if you're computer's running slow, do an Anti-Virus scan! Reccommend AVG Free for a see! http://free.grisoft.com
And a spyware check! www.majorgeeks.com have a look for some Anti-Spywares! Such as, S ... |
Topic: too many processes?? |
Jon
Replies: 2
Views: 1125
|
Forum: Information Security Posted: Thu Dec 08, 2005 11:05 pm Subject: too many processes?? |
| spoolsv.exe is a Microsoft Windows system executable which handles the printing process to your local printers. This program is important for the stable and secure running of your computer and should ... |
| |