Forum: PHP
Feb 2nd, 2007, 12:45 PM
|
|
Replies: 1
Views: 127
Sessions
Ok, I have found some more reading if anyone else is interested:
Store Session Data in a MySQL Database (http://phpsecurity.org/code/ch08-2)
Download Chaper 4 of phpsecurity...
|
Forum: PHP
Feb 2nd, 2007, 12:07 PM
|
|
Replies: 1
Views: 127
Session's - Is this the best way?
Ok, I am trying to make as secure of a script as I can without using SSL. I found a page on it (http://www.devarticles.com/c/a/MySQL/Security-and-Sessions-in-PHP/ ) and I want to know if this is...
|
Forum: PHP
Nov 19th, 2006, 2:24 PM
|
|
Replies: 6
Views: 171
FireFox creates two cookies
Ok...
Seems FireFox creates two cookies named
stylesheet=blue
stylesheet=green
How can FF get away with two different cookies named the same? Also, I looked at the cookies with the Web...
|
Forum: PHP
Nov 19th, 2006, 1:52 PM
|
|
Replies: 6
Views: 171
|
Forum: PHP
Nov 19th, 2006, 1:37 PM
|
|
Replies: 6
Views: 171
Changing Style Sheets with PHP
Ok, so not everyone has the same monitor and not everyone has 20-20 vision. So, since the "Ctrl++" trick is not well known you have to make a font size chooser for your site. So here is what I have...
|
Forum: Coder's Corner Lounge
Oct 24th, 2006, 11:18 AM
|
|
Replies: 11
Views: 232
Personally, I think that you learn more on the...
Personally, I think that you learn more on the internet than at school. Whenever I want to know something I just start googling it, and before .024 seconds is over I have 29,000 thousand pages to...
|
Forum: PHP
Oct 3rd, 2006, 1:41 PM
|
|
Replies: 3
Views: 185
Better way to Select from MySQL?
The MySQL query I came up that gives me the results I needs seems very bulky and I was wondering if anyone else, perhaps, saw a better way to do this:
SELECT * FROM names WHERE last LIKE 'A%' OR...
|
Forum: PHP
Sep 5th, 2006, 1:16 PM
|
|
Replies: 5
Views: 232
|
Forum: PHP
Sep 2nd, 2006, 8:15 PM
|
|
Replies: 14
Views: 440
Y-Fi? (.htaccess)
I say that if the whole point of this is to only let MEMEBERS download a file (and it is free to be a member - like on this site) then who CARES if someone fakes a refer?! If they want to go to all...
|
Forum: PHP
Aug 15th, 2006, 11:14 PM
|
|
Replies: 15
Views: 397
No its not help - it's SPAM! :)
lol :)
In order to understand how URL's are re-written, you need to understand $_GET[]. I know that my article doesn't cover mod_rewrite, however the lesson gives someone a start to understanding...
|
Forum: PHP
Aug 10th, 2006, 1:24 PM
|
|
Replies: 15
Views: 397
Understanding PHP's GET and POST
I wrote a lesson on understanding PHP's $_GET and $_POST functions. I really recommend that you read it if you want to use these functions. You can read it...
|
Forum: PHP
Aug 10th, 2006, 1:20 PM
|
|
Replies: 8
Views: 189
About PHP's Include...
Jimbo is right, PHP will process all external PHP files (meaning OUT SIDE of your server) and THEN give the result to the file that is including them. So there is NO risk in including google or...
|