TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Showing results 1 to 16 of 16
Search took 0.04 seconds.
Search: Posts Made By: AxelG
Forum: General 02-18-2012, 10:16 PM
Replies: 4
Views: 789
Posted By AxelG
Your file is empty because you do not have open...

Your file is empty because you do not have open it


/**
* Downloads a file from the ftp server and saves it to a file
*
* @var string Local file that you wish to write to
* @var ...
Forum: General 02-18-2012, 09:51 PM
Replies: 3
Views: 1,355
Posted By AxelG
You can use a javascript for that.

You can use a javascript for that.
Forum: General 02-18-2012, 09:49 PM
Replies: 2
Views: 1,135
Posted By AxelG
I think you can do that with Yii

I think you can do that with Yii
Forum: General 02-18-2012, 09:42 PM
Replies: 2
Views: 682
Posted By AxelG
I had worked on something similar but I never...

I had worked on something similar but I never found a solution. Not sure there is one.
Forum: General 02-18-2012, 09:37 PM
Replies: 2
Views: 826
Posted By AxelG
One solution is to use a javascript. 1- You send...

One solution is to use a javascript.
1- You send 50 emails
2- you send the info to your script that you have sent 50 emails
3- your script does the request for the 50 other
By this way you avoid the...
Forum: General 02-18-2012, 09:30 PM
Replies: 5
Views: 7,057
Posted By AxelG
The most powerful php script i have tried to...

The most powerful php script i have tried to backup websites is :
http://website2backup.com
It is an automatic website files and database backup to FTP, Amazon S3, Email or locally. It is the only...
Forum: Absolute Beginners 02-18-2012, 09:16 PM
Replies: 1
Views: 505
Posted By AxelG
Maybe this can help : http://youtu.be/Y8DEOwKXimI

Maybe this can help : http://youtu.be/Y8DEOwKXimI
Forum: Advanced PHP Programming 02-18-2012, 09:10 PM
Replies: 2
Views: 1,183
Posted By AxelG
Try something like that : SELECT en.id,...

Try something like that :

SELECT en.id, en.title, mt.id, mt.subject
FROM {tbl}noticelogs AS nl, {tbl}expiration_notice AS en
JOIN {tbl}mailtemp AS mt
ON en.type=mt.parentid
WHERE...
Forum: Advanced PHP Programming 02-18-2012, 08:54 PM
Replies: 3
Views: 1,016
Posted By AxelG
You do the request with a Get but the server...

You do the request with a Get but the server answer to a Post, as tony says you should use cUrl.
Forum: Advanced PHP Programming 02-18-2012, 08:47 PM
Replies: 2
Views: 692
Posted By AxelG
I had something similar to do. I have used a php...

I had something similar to do. I have used a php class to do calculations on time :
http://www.phpclasses.org/package/4635-PHP-Add-or-subtract-dates-and-times-in-custom-formats.html
Forum: General 02-18-2012, 08:37 PM
Replies: 1
Views: 1,169
Posted By AxelG
Try http://www.phpmyproxy.com

Try http://www.phpmyproxy.com
Forum: General 02-18-2012, 08:33 PM
Replies: 1
Views: 662
Posted By AxelG
Replace the en of your script by that : ...

Replace the en of your script by that :

$resultat = mysql_query ($sql_streng, $dblink);
$antal_raekker = mysql_num_rows($resultat);

if ($antal_raekker == 0)
{
echo "Der er ingen fotos at...
Forum: General 02-18-2012, 08:21 PM
Replies: 9
Views: 1,037
Posted By AxelG
There is easy solution in javascript using...

There is easy solution in javascript using jQuery. It is more easy and faster to create javascript with jQuery.
Forum: Tips & Tricks 02-18-2012, 08:17 PM
Replies: 12
Views: 2,539
Posted By AxelG
There is a solution using a javascript on the...

There is a solution using a javascript on the page sending the emails. If you are allowed to send 200 emails hour do a script sending a request every 18 secondes. It is not difficult with jQuery. The...
Forum: Tips & Tricks 02-18-2012, 08:07 PM
Replies: 5
Views: 1,411
Posted By AxelG
I use ionCube encoder to hide my PHP code.

I use ionCube encoder to hide my PHP code.
Forum: Tips & Tricks 02-18-2012, 08:04 PM
Replies: 4
Views: 1,158
Posted By AxelG
I will try with my next girlfriend :)

I will try with my next girlfriend :)
Showing results 1 to 16 of 16

 

All times are GMT. The time now is 10:49 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design