Forum: Perl Aug 1st, 2009 |
| Replies: 5 Views: 435 Obviously perl doesn't release the memory until the script exists. |
Forum: PHP Jul 31st, 2009 |
| Replies: 2 Views: 308 Please paste the SQL lines.
This is just php.
Additionally for escaping please use
http://ca2.php.net/mysql_real_escape_string
"Filename all ready exits" should be Filename already exists |
Forum: JavaScript / DHTML / AJAX Jul 31st, 2009 |
| Replies: 3 Views: 502 why don't you just return a table from your ajax call ? |
Forum: Perl Jul 31st, 2009 |
| Replies: 5 Views: 435 Why don't you call an external binary e.g. curl to get the content.
You might want to add some headers (at least user agent) so the site doesn't block you by detecting the user agent string.... |
Forum: *nix Software Jul 31st, 2009 |
| Replies: 3 Views: 843 Another option is to use a hardware router (which enables wireless network as well) e.g. D-Link |
Forum: PHP Jul 30th, 2009 |
| Replies: 4 Views: 248 I'd use phpmailer or Zend Framework's Zend_Mail.
Your mail script could be (ab)used by spammers by injecting additional parameters e.g. "To: ", "Bcc: " etc ! |
Forum: Search Engine Optimization Jul 30th, 2009 |
| Replies: 12 Views: 616 I'd keep the old domain because of its age.
If you're starting a new product then feel free to register a new domain.
Many people use shorter domains when they publish ads in magazines and... |
Forum: JSP Jul 26th, 2009 |
| Replies: 3 Views: 373 yes it can be done with JSP as well.
Actually the search is usually performed by the db server itself.
The script just retrieves the results from the db server. |
Forum: Java Jul 26th, 2009 |
| Replies: 2 Views: 163 If you are going to use Java maybe Java applets should do the job.
Have you seen these links ?
http://www.bin-co.com/blog/2007/07/3-simple-steps-to-create-a-web-installer/... |
Forum: JSP Jul 26th, 2009 |
| Replies: 3 Views: 373 If you're referring to the name or other meta info - Yes.
An image could be modified a little bit and this makes the binary different. |
Forum: PHP Feb 17th, 2009 |
| Replies: 7 Views: 466 Also the script should validate if the real receiver is opening the message. |
Forum: Graphics and Multimedia Feb 4th, 2009 |
| Replies: 2 Views: 1,122 |
Forum: Pay-Per-Click Advertising Jan 31st, 2009 |
| Replies: 5 Views: 1,909 It's weekend people. Who cares ? :D |
Forum: PHP Jan 28th, 2009 |
| Replies: 2 Views: 403 They buddy there isn't such thing as Apache 4.
PHP could be 4 or 5 or 6 but the latest apache version is 2.2.11 as 2009-01-28 |
Forum: PHP Jan 24th, 2009 |
| Replies: 3 Views: 1,154 There must something that breaks the email.
I would recommend you to rewrite that script and use PHP Mailer
http://sourceforge.net/project/showfiles.php?group_id=26031
... |
Forum: PHP Jan 24th, 2009 |
| Replies: 7 Views: 722 If you contact the people developing that software they might be able to make some customizations or create an addon for you. |
Forum: PHP Jan 24th, 2009 |
| Replies: 4 Views: 1,538 You could use PHP Mailer and then configure an external mail server e.g. Gmail that's just an idea.
Maybe you are running Windows ? |
Forum: PHP Jan 24th, 2009 |
| Replies: 33 Views: 3,848 How about Google ?
http://translate.google.com/translate_buttons |
Forum: PHP Jan 24th, 2009 |
| Replies: 2 Views: 353 Open php.ini file which is usually in c:\php or c:\php5 or in C:\windows
and look for "save_path" and make sure the folder exists.
Here is how my settings look like
session.save_handler =... |
Forum: PHP Jan 24th, 2009 |
| Replies: 3 Views: 1,154 Are you using PHP Mailer ? |
Forum: Search Engine Optimization Aug 8th, 2008 |
| Replies: 11 Views: 1,400 New sites won't affect top 10 for some time. After that time there will be a rearrangement |
Forum: Search Engine Optimization Aug 8th, 2008 |
| Replies: 11 Views: 1,400 It's valid.
You're basically saying that Google ignores new sites ? :D
If Google only indexes old sites, the Google index would be a constant number. |
Forum: Windows Vista and Windows 7 Aug 8th, 2008 |
| Replies: 6 Views: 3,741 |
Forum: PHP Jul 31st, 2008 |
| Replies: 3 Views: 542 My solution still could help. |
Forum: PHP Jul 31st, 2008 |
| Replies: 6 Views: 718 |
Forum: Search Engine Optimization Jul 29th, 2008 |
| Replies: 11 Views: 1,400 Pages change their positions is SERP because everyday thousands of pages are created and the index gets rearranged. |
Forum: MySQL Jul 29th, 2008 |
| Replies: 3 Views: 608 Have you tested that SQL query with a text including a single quote ?
e.g. Sean O'Connor |
Forum: PHP Jul 29th, 2008 |
| Replies: 2 Views: 942 You have almost done it.
$action = $item['action'];
$action();
You need brackets.
Note:
I think it would be better to check this out about php security. |
Forum: PHP Jul 29th, 2008 |
| Replies: 6 Views: 718 [QUOTE=R0bb0b;659113]To find out what, you should connect a die statement to your mysql query function.
$run = mysql_query($sql) or die(mysql_error());
This is recommended only if you are... |
Forum: PHP Jul 29th, 2008 |
| Replies: 9 Views: 750 One solution could be:
create a temp file called lock.txt.
The file will be created only after a successful login. The file will be deleted after logout.
Before login you check if the file... |
Forum: *nix Software Jul 29th, 2008 |
| Replies: 4 Views: 1,392 Ping 1.2.3.4
where 1.2.3.4 is the IP address assigned during Fedora setup or by DHCP server. |
Forum: JavaScript / DHTML / AJAX Jul 29th, 2008 |
| Replies: 7 Views: 5,133 You could integrate Google's search in that site. |
Forum: PHP Jul 29th, 2008 |
| Replies: 5 Views: 381 I would use this:
$quoted = mysql_real_escape_string($review_dvd);
$review_query = "SELECT * FROM `tb_review_dvd` WHERE `review_dvd` = '$quoted'";
Note:
if you have other SQL queries like... |
Forum: PHP Jul 29th, 2008 |
| Replies: 3 Views: 1,081 Why don't you just use: http://www.wampserver.com/en/ or do a manual installation and follow INSTALL.TXT instructions provided with PHP ? |
Forum: PHP Jul 29th, 2008 |
| Replies: 11 Views: 2,374 what you can do is
<input type="checkbox" name="emails[]" value="user1@domain.com" />
<input type="checkbox" name="emails[]" value="user2@domain.com" />
<input type="checkbox"... |
Forum: MySQL Jul 29th, 2008 |
| Replies: 3 Views: 466 |
Forum: Website Reviews Jul 29th, 2008 |
| Replies: 5 Views: 558 What don't you use directly a buy now button from PayPal.
Do you have a demo ?
Do you have a trial version ?
Online chat ? (sales or support)
Are there any other good products similar to... |
Forum: Linux Servers and Apache Jul 29th, 2008 |
| Replies: 3 Views: 1,544 Is it a local machine or a hosting server ?
Could you post apache's log files ? |
Forum: PHP Jul 29th, 2008 |
| Replies: 2 Views: 1,761 Solution:
#1 Catch the clicks
Since you're using prototypejs check out these examples how to handle clicks
http://www.prototypejs.org/api/event
Example: |
Forum: PHP Jul 29th, 2008 |
| Replies: 1 Views: 919 Why don't you take a look at phpbb2 and phpbb3 how they handle bbcodes ?
You can also do a search at phpclasses |