-
Posts
4,362 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Zane
-
[SOLVED] Problem with if (empty($location)) on Windows Server 2003 webhost
Zane replied to Bongeh's topic in PHP Coding Help
you need to use isset before you set a variable to $_GET['location'] $location = isset($_GET['location']) ? $_GET['location'] : 'index'; -
what's wrong with that way...looks fine to me
-
include a file with an echo in it is just going to do the same thing as if you echo'ed it in the first place....so....no if you want to avoid being robot spammed or email jacked... put your email into some sort of standard like myawesomeusername AT acoolserver DOT com
-
I can't Proccess PHP Codes again..
Zane replied to JLitkie's topic in PHP Installation and Configuration
look in your wamp folder in apps/phpmyadmin/config.inc.php and then find a line where you add your MySQL password. simple as that......and then save. -
is it possible to browse directories with a browse button using php
Zane replied to php1's topic in PHP Coding Help
you can run this command with the exec function....if you're running Linux ls -d */ exec("ls -d */"); This would be the command for windows exec("dir /ad"); -
Weird, here's my screen...lol [attachment deleted by admin]
-
The best I can do for you is refer you to this tutorial http://www.phpfreaks.com/tutorial/basic-pagination
-
you could put a redirection in your index.html file to redirect to itself
-
well for my college...next semester they are cutting off friday because of gas a complete four day schedule for the whole semester and who knows if that'll continue for the rest of the year or longer.. but yes, they will lengthen the classes. Courses that were originally for Mon Wed and Fri and only 45 minutes long are going to an hour and 15 minutes.
-
That was the whole point of my .....rant. A connection was pulled out of thin air. Of course it was for the good of the students though. Students/Teachers can't afford to make it to class so they cut days off to save it for them. My rant is more about gas prices than anything. The connection is between gas prices and then college...like a chain of events.
-
yeah those two didn't work for me either...thought maybe they would though seeing as zanedockery.com is a parked domain
-
that's really weird... http://66.96.134.10/dockeryz maybe that EDIT: that one doesn't even work for me that's odd can you make it to http://flashwrkz.com
-
it works for me maybe you could try http://www.flashwrkz.com/dockeryz
-
check out my thoughts on this here http://www.zanedockery.com What's the world come to? Tomorrow my school is closed, and the next day. Why? Because the economy blows. Has anyone else experienced this shit? Also, I have learned that next semester my school(college) is converting to a four day week, just because of gas and it's...non abundance. How much longer can this go on. You can call me a nerd and all that for hating that school is out, but I'm thinking about the big picture here. If gas is causing school to be out...how long until other things follow that procedure? Also, I'm bored as hell now because.... I literally have nothing to do. I can't waste my gas while I'm not school looking for entertainment or I'll miss my classes when school has started again and f@*k everything up. Who else? I know this isn't the only place.....(Western North Carolina)
-
use Javascript to do it function hideDIV(theID) { divInQuestion = getElementById(theID).style = "display: none"; return true; } hideDIV('092408');
-
will hide a DIV
-
crazy site I got to 7160. I stayed on Spanish for the longest time.
-
variables can't begin with a number... change $1 to something like $var
-
well it's extremely...obvious by now that the guy is looking at Variable Variables. so...I win
-
then it would echo "this is to be echoed" nothing special
-
oh boy, not this question again This question has been answered umphteem billion times.... You can get plenty of IDE ideas from this topic http://www.phpfreaks.com/forums/index.php/topic,54859.0.html it's even stickied/pinned up so no one ever had to ask it again..lol I guarentee you there isn't one IDE you can name that isn't already mentioned there
-
echo "http://" . $_SERVER['SERVER_NAME'] . "/" . $_SERVER['PHP_SELF'];
-
This thread is going nowhere.. Seriously, you've came and reported to use every single possible error there could be..one at a time. at this rate, this thread will go over 30 pages, which is really stupid for a small project like this Like, everyone said..read a tutorial or hire a freelancer.. those are your BEST options.
-
what's the password for the username bucket