qt4eva Posted July 25, 2006 Share Posted July 25, 2006 Hi, am new to php stuff, but know a little about html. Here is what I like to do a PHP script. I wanted to create kinda like an announcer, but very simply.here is how i want it to look like.[color=orange]-Our Next Meeting-[/color][color=red]Date:[/color]..... <- date display here[color=red]Time:[/color] ..... <- time display here[color=red]Where:[/color]..... <- where to meet[color=blue]Link[/color] <- a link here where only the President of the club can change the infornmation, which require a user/password.Please help me. Thank you! Quote Link to comment https://forums.phpfreaks.com/topic/15550-how-to-create-a-php-like-this/ Share on other sites More sharing options...
Caesar Posted July 25, 2006 Share Posted July 25, 2006 http://www.php.net <--Good resource. Look at examples. There are a ton of examples and tutorials around the net (And here on phpfreaks!) you can reference. The best way to go about it all..is to learn it the hard way. By studying...and some trial and error.There are diferent approaches to programming and diferent aspects of PHP you need to grasp (At least at a very basic level) in order to accomplish your goal. (Short of having someone hand you the code.)Once you've picked up the basics...there's a great community here who can help you troubleshoot issues with your existing code. Good luck! Quote Link to comment https://forums.phpfreaks.com/topic/15550-how-to-create-a-php-like-this/#findComment-63192 Share on other sites More sharing options...
hackerkts Posted July 25, 2006 Share Posted July 25, 2006 Read up on MySQL and SESSION. Quote Link to comment https://forums.phpfreaks.com/topic/15550-how-to-create-a-php-like-this/#findComment-63298 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.