[PHP] Array Help
Greets, I'm running into the problem of not having a server that gives me database access or ability to use files to store my data ... Yeah, I know, it sucks. Anyway ... My page has a number of profiles about people involved with my organization and all the profiles load into a set appearance. I have all the information about each person stored in individual arrays (if there's an easier way to do this w/o database or files, I'd love to hear it) ... anyway, I pass a variable through the URL which causes the array info to load, but I use an if statement for EVERYONE which makes my work way too tedious ... The variable I pass is the same value as the name each person's array (the variable is stored in the link) so, I'm curious if there's a way I can use the variable as the array name and cut out those tons of if statements. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] PHP file as homepage?
I've noticed that PHP.net uses index.php as its homepage and well, I'm curious as to how that's possible. Is it the server setup that allows them to load a php file as their homepage or something else? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] PHP Classes
Greets, I've gone through the PHP Manual a few times now, reading about classes, but really, what's written there doesn't make a whole lot of sense to me. I know a lot, if not the vast majority, of PHP programmers use classes, so I was wondering if some of you could explain them to me. What are the benefits of using classes? What's the format of a class? I'd like to know things like that and anything else you folks would like to teach me. Thanks Phil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Remove rows from a MySQL table?
Is it possible to remove a row(s) from a MySQL table? I looked through the PHP manual and didn't see anything about it. Phil Neeb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Remove rows from a MySQL table?
John Nichel wrote: Phil Neeb wrote: Is it possible to remove a row(s) from a MySQL table? I looked through the PHP manual and didn't see anything about it. Call me crazy, but the MySQL manual _might_ have something about it. Oh c'mon, you expect me to go look at a second website? That'd require effort! Thanks though. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Best Server OS
I'm lookin for some opinions on this one ... What do you think the best OS is for running a server with PHP and MySQL? If you're going to say Linux, please, which Linux OS, there are so many. Gracias, Phil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php