Search found 154 matches

by boo_lolly
Fri Feb 02, 2007 7:25 pm
Forum: Linux
Topic: hooray for ubuntu!
Replies: 41
Views: 16559

hey jenk, bye bye. i'm done with the dev. delete my account.
by boo_lolly
Fri Feb 02, 2007 6:29 pm
Forum: Linux
Topic: hooray for ubuntu!
Replies: 41
Views: 16559

for some reason everyone here seems to take my posts in this thread a little too seriously, and a little off of the points i was trying to make, all at the same time. everah, no, i don't know everything there is to know about linux... but by starting with gentoo, i feel i have learned much more in a...
by boo_lolly
Fri Feb 02, 2007 3:10 pm
Forum: Linux
Topic: hooray for ubuntu!
Replies: 41
Views: 16559

check my signature, Daedalus-. read rute. THEN decide if you like ubuntu or not. to be honest, if you want respect in the linux genre, you either run gentoo, slackware, or linux-from-scratch. if you run ubuntu, you're no different than a windoze user. That's kind of a crappy thing to say. I am not ...
by boo_lolly
Fri Feb 02, 2007 10:11 am
Forum: Linux
Topic: hooray for ubuntu!
Replies: 41
Views: 16559

check my signature, Daedalus-. read rute. THEN decide if you like ubuntu or not.

to be honest, if you want respect in the linux genre, you either run gentoo, slackware, or linux-from-scratch. if you run ubuntu, you're no different than a windoze user.
by boo_lolly
Fri Feb 02, 2007 9:14 am
Forum: PHP - Code
Topic: [Solved] Array help
Replies: 13
Views: 2231

exactly what data do you want stored in the array? deliveryType(), showProduct(), quantity()?
by boo_lolly
Wed Jan 31, 2007 10:19 am
Forum: PHP - Code
Topic: Is it possible to var_dump or print_r a 3D SESSION array?
Replies: 3
Views: 916

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] actually,...
by boo_lolly
Tue Jan 30, 2007 4:30 pm
Forum: PHP - Code
Topic: Setting cookies for a different site?
Replies: 18
Views: 2293

actually, i think this can be done... but you'd have to know the domain that the site uses to set their cookies with, as well. it's usually something unique so cookies don't get crossed between sites... which is exactly what you're trying to do, i think. so, check out this tutorial: http://w3schools...
by boo_lolly
Tue Jan 30, 2007 1:29 pm
Forum: PHP - Code
Topic: Problem with PHP & Drop down boxes
Replies: 3
Views: 769

this should get you started: <html> <body> <?php $db = mysql_pconnect('localhost', 'formuser', 'form123db'); mysql_select_db('documents'); $result = mysql_query("SELECT ID, typename FROM typesform"); echo "<select name=\"dropdown\">\n"; while($row = mysql_fetch_array($r...
by boo_lolly
Tue Jan 30, 2007 12:22 am
Forum: Linux
Topic: hooray for ubuntu!
Replies: 41
Views: 16559

hey hey hey now.. i have a gui.. i mean, it's necessary for a web developer to have a gui on their development environment. all i'm saying is... the ubuntu community is based off of the user-friendly theme... not based off of the systems administrators and network administrators. jenk's got it with ...
by boo_lolly
Mon Jan 29, 2007 5:09 pm
Forum: Linux
Topic: hooray for ubuntu!
Replies: 41
Views: 16559

ubuntu blows. 'nuff said. it's linux for people who are afraid of leaving windows, and poeple who REQUIRE a gui. in reality, you don't need a gui to run linux. and if you understand linux, you know that (practically) every program (including the gui) runs through the shell. try gentoo. of course, ev...
by boo_lolly
Mon Jan 29, 2007 2:59 pm
Forum: Installation and Configuration
Topic: Fatal error: unidentified function mysql_connect()...?
Replies: 19
Views: 5857

so, now, i've learned that there must have been something wrong with the IIS configuration. after further review i found that, for some reason, IIS was calling the executable 'php-cgi.exe' instead of 'php.exe'... after i changed that... it now gives me the following error: Service Unavailable howeve...
by boo_lolly
Mon Jan 29, 2007 11:53 am
Forum: Installation and Configuration
Topic: Fatal error: unidentified function mysql_connect()...?
Replies: 19
Views: 5857

no, as i've said, our server here is an exact mirror as theirs on location. they run IIS. i WISH they ran LAMP, my job would be so much easier... i have no idea what i'm doing when it comes to windows... i've found these links from google: http://bugs.php.net/bug.php?id=25863 http://help.globalscape...
by boo_lolly
Mon Jan 29, 2007 11:43 am
Forum: Installation and Configuration
Topic: Fatal error: unidentified function mysql_connect()...?
Replies: 19
Views: 5857

Have you considered trying Uniform Server? It comes with php 5.1.1, but most of the PECL libs are there... and you can drop in the latest php version if you want. Oh, and no installer, just a zip and a "start.bat". Kieran, unfortunately i have no choice as to what server to use. (what is ...
by boo_lolly
Mon Jan 29, 2007 11:37 am
Forum: Installation and Configuration
Topic: Fatal error: unidentified function mysql_connect()...?
Replies: 19
Views: 5857

i downloaded all the extensions and added them to my C:\PHP folder from a zip file, then i restarted IIS server, and NOW.... it gives me the following error:

Code: Select all

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
...?
by boo_lolly
Mon Jan 29, 2007 11:25 am
Forum: Installation and Configuration
Topic: Fatal error: unidentified function mysql_connect()...?
Replies: 19
Views: 5857

it turns out that the simulated environment i'm working on had php 5.1.2. i upgraded and installed 5.2.0 on it, made the necessary revisions to php.ini, and i restarted IIS (Windows 2003 Server). now, when i go to the index.php page... it says it can't find it... i don't get any mysql or php errors ...