Re: [PHP] Articles system

2007-05-08 Thread Mike Shanley
tupid enough to "Click Here to claim your free laptop!"? -- ~Mike Shanley~ ~you are almost there~ ~no, wait. you are there!~ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Feisty Fawn and apt-get

2007-05-05 Thread Mike Shanley
Davi wrote: First: use aptitude instead apt-get... =] Second: use an debian-list to debian's questions instead an php-list... =] Third: Go Feisty!!! -- ~Mike Shanley~ ~you are almost there~ ~no, wait. you are there!~ -- PHP General Mailing List (http://www.php.net

Re: [PHP] Open source web Catalog ?

2007-04-25 Thread Mike Shanley
scriptions etc? Thanks! Joey -- ~Mike Shanley~ ~you are almost there~ ~no, wait. you are there!~ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Submitting as POST. Why?

2007-04-06 Thread Mike Shanley
rtant that people don't change anything, then go with GET. barophobia wrote: My Peeps, I only know of one reason to submit a form as POST and that is because you can submit more data in one shot. What other reasons are there? Chris. -- Mike Shanley ~you are almost there~ "A n

Re: [PHP] Using /index.php/this/that/343/3 style links but having a prob!

2007-04-05 Thread Mike Shanley
ng printed all over, but nothin! Oy. I guess the people will have to live without bookmarks!... Or maybe just me, since it worked for you. ;-) -- Mike Shanley ~you are almost there~ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Using /index.php/this/that/343/3 style links but having a prob!

2007-04-05 Thread Mike Shanley
ay_values(array_unique(explode('/',$PHP_SELF))); unset($CALL[0],$CALL[(array_search('index.php',$CALL))]); $CALL = array_values($CALL); and all that does is hand me the info to call my pages... Thanks -- Mike Shanley ~you are almost there~ -- PHP General Mailing List (http://www.p

[PHP] Why won't this query go through?

2007-03-11 Thread Mike Shanley
'".$firstname."', '".$lastname."', '".$birthdate."', '".$verifythis."');"; mysql_query($q); -- Mike Shanley ~you are almost there~ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Holes in mysql primary key and other db issues...

2007-03-04 Thread Mike Shanley
y slower and the table is expanded. I'll give it a try though. -- Mike Shanley ~you are almost there~ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Holes in mysql primary key and other db issues...

2007-03-04 Thread Mike Shanley
e the problem is here. I'm just wondering if there's a way to combine calls to 5 different tables down to 1 query, as though all the info needs to be organized separately, it's going to the same place. -- Mike Shanley ~you are almost there~ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Holes in mysql primary key and other db issues...

2007-03-04 Thread Mike Shanley
(~~) {database call here} loop. Any ideas? Lastly, I'd like to be able to call data from different (not joined) tables in a database. Aside from not being able to find info to do it, I'm wondering if any such solution would be worth it. What do you think? Thanks! -- Mike Shan

Re: [PHP] New To PHP

2007-02-20 Thread Mike Shanley
'; ?> -- Mike Shanley ~you are almost there~ "A new eye opens on March 5." -Omniversalism.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] WHERE problem

2007-02-20 Thread Mike Shanley
since my posting of the code.) Thanks to everyone! [EMAIL PROTECTED] wrote: Different strokes for different folks... Might I toss a new recommendation into the mix? SELECT text FROM fortunes ORDER BY RAND() LIMIT 1; -- Mike Shanley ~you are almost there~ -- PHP General Mailing List (http://w

Re: [PHP] WHERE problem

2007-02-19 Thread Mike Shanley
This was the problem. Thanks very much! Brad Fuller wrote: 2) INDEX is a mysql keyword. Try putting backticks around it. "... WHERE `index` = $randi" -- Mike Shanley ~you are almost there~ "A new eye opens on March 5." -Omniversalism.com -- PHP Genera

Re: [PHP] WHERE problem

2007-02-19 Thread Mike Shanley
way... $randi = mt_rand(1, $max-1); $q = "SELECT text FROM fortunes WHERE index = '$randi'"; $choose = mysql_query($q); $chosen1 = mysql_fetch_array($choose); // Ready to ship... $fortune = '"' . $chosen1[0] . '"-Omniversalism.com'; mysql_clos

[PHP] WHERE problem

2007-02-19 Thread Mike Shanley
es WHERE index = '$randi'"; $choose = mysql_query($q); $chosen1 = mysql_fetch_array($choose); // Ready to ship... $fortune = '"' . $chosen1[0] . '"-Omniversalism.com'; mysql_close(); -- Mike Shanley ~you are almost there~ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Quick organizational question...

2007-02-17 Thread Mike Shanley
Thanks very much Pete! Sound advice! Peter Lauri wrote: Hi, No matter the size of a project using includes and config files are always a good way to go. -- Mike Shanley ~you are almost there~ "A new eye opens on March 5." -Omniversalism.com -- PHP General Mailing

[PHP] Quick organizational question...

2007-02-16 Thread Mike Shanley
things, but I was just wondering what you all thought. BTW- It's my first time here! Hello world! -- Mike Shanley ~you are almost there~ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php