
cmgmyr
-
Posts
1,278 -
Joined
-
Last visited
Never
Posts posted by cmgmyr
-
-
you could use "header" and just re-direct to that page
-
a few ideas: http://www.google.com/search?hl=en&q=php+post+to+myspace
-
looks good i like it a lot. you should throw your css in an external file. under "INSPIRATIONAL QUOTES" I would change that green fade to a blue.
-
Non-disclosure agreement
-
NDA also
-
glad you liked it, hopefully it goes back online soon. I get a lot of good stuff off of there for flash and stuff
-
now thats an idea!
-
Cron jobs should not be used as a last resort, but as a tool. When I signed up for your hosting services you had CronJobs listed as a feature. Since I am paying for this I would like to use it no matter if you think that it is a last resort or not.
...maybe?
-
o got ya
-
they might not have broken the law if you agreed to those terms
-
you could probably use a session too...but the way you just listed would be the easiest
-
I have quickbooks pro:professional services it's very easy to use and keep track of things.
-
you should check out dreamhost and bluehost. If you like dreamhost let me know, I'll give you a discount coupon. PM me if you want it
-
wow...what company is this? Looks like you need to look for a new host
-
check out: http://www.tutorialized.com/ they have some good PHP OOP tutorials...and they are free
-
Take out:
mail($email, $emailsubject, $body, "From: $fromname <$fromemail>");
the if statement sends the email
-
Hey Everyone,
I was wondering where people got their "open-source" music for websites/flash. I'm looking to get into some flash stuff and was wondering if you had any good sites that you go to.
Thanks
-
yes, you have 2 files ".htaccess" and "profile.php"
-
...correct
You don't want to have 50,000 pages if you have 50,000 users if you can just handle 50,000 profiles with 1 file
-
<input name="password" type="password" id="password">
setting the type as password will "mask" it
-
do you mean like making admin.html, user1.html, etc.?
-
but why would i want to use it as www.mywebpage.com/profile.php?username=admin ????
you don't need to use it...it's just how it works, the .htaccess converts it to that without you actually seeing it...but thats how the php reads it.
-
not sure I quite understand your question...
it allows you to use www.mywebpage.com/admin like www.mywebpage.com/profile.php?username=admin and vice versa
-
you put your .htaccess file in your web root. You also have profile.php there.
The .htaccess is saying take www.mywebpage.com/admin and make it like www.mywebpage.com/profile.php?username=admin
get it?
[SOLVED] alternative to include?
in PHP Coding Help
Posted
you could add it to a session or a cookie then when you include the file it will grab the session data