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 6 of 6
Search took 0.02 seconds.
Search: Posts Made By: jcorradino
Forum: Advanced PHP Programming 08-27-2009, 08:42 PM
Replies: 11
Views: 5,934
Posted By jcorradino
If you are looking to do what I think you want to...

If you are looking to do what I think you want to do, you cant. Once the javascript is running, the php is already completed its job, and cannot be accessed again unless you use an AJAX call or...
Forum: Member Introductions 04-27-2009, 04:10 AM
Replies: 10
Views: 602
Posted By jcorradino
<?PHP $welcome1 = "hello"; $welcome2 = ", "; ...

<?PHP
$welcome1 = "hello";
$welcome2 = ", ";
$welcome3 = "and ";
$welcome4 = "welcome! ";
$welcome5 = "Please ";
$welcome6 = "feel ";
$welcome7 = "free ";
$welcome8 = "to ";
...
Forum: Advanced PHP Programming 04-05-2009, 06:27 AM
Replies: 11
Views: 5,934
Posted By jcorradino
as said above, JavaScript ≠ Java in any way shape...

as said above, JavaScript ≠ Java in any way shape or form.

Anyway, the only way to pass any user information (JavaScript data is considered user data in this case, since all JavaScript is...
Forum: Absolute Beginners 10-01-2008, 11:26 PM
Replies: 3
Views: 1,031
Posted By jcorradino
I would think it would be easier to do it this...

I would think it would be easier to do it this way

the links would be something like:

(URL)Cleveland#.jpg

and you would have a separate field that tells the range (100 in this case)

your php...
Forum: General 10-01-2008, 05:13 PM
Replies: 1
Views: 528
Posted By jcorradino
well, you can do it a clean way or a messy...

well, you can do it a clean way or a messy way

The messy way:

just use GET to call user.php?user=username

the clean way, do the above step, and mess with the .htaccess using RewriteRule to make it...
Forum: Advanced PHP Programming 09-30-2008, 03:55 PM
Replies: 2
Views: 961
Posted By jcorradino
well, all you really need to do is make a JS...

well, all you really need to do is make a JS function that calls the DB every couple seconds to check for new messages.

Implementing it should be rather easy, create a .js file that will power the...
Showing results 1 to 6 of 6

 

All times are GMT. The time now is 07:13 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