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
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
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
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
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
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
'".$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
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
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
(~~)
{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
';
?>
--
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
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
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
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
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
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
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
17 matches
Mail list logo