PHP newbie

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
luvcat79
Forum Newbie
Posts: 4
Joined: Thu Nov 16, 2006 10:59 pm

PHP newbie

Post by luvcat79 »

Actually im a newbie in php..Does anyone knows how to create a message in text field format and how to display a text using pop up message when user just click to that meassage to view full message?Plz anyone help me...
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Can you elaborate a little bit?

An example of a site/page that does what you need helps, too.
luvcat79
Forum Newbie
Posts: 4
Joined: Thu Nov 16, 2006 10:59 pm

Post by luvcat79 »

thanx for the reply..
actually i want to design a page for a penalty system..do u have any idea how can i design the system..i really newer in php so i dunno where should i start..the penalty will be choosen from database and that peanlty can be modified wether delete,edit or add...
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

I think you'll have to leave the highlevel problem and handle each of the low level problems...

Which part are you having troubles with?

- the penalty will be choosen from database
- that peanlty can bemodified wether:
- delete,
-edit
- add...

And exactly why does it give you problems? What have you done so far?
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Re: PHP newbie

Post by Luke »

luvcat79 wrote:Actually im a newbie in php..Does anyone knows how to create a message in text field format and how to display a text using pop up message when user just click to that meassage to view full message?Plz anyone help me...
You can't... not with PHP anyway... you would need javascript or some other client-side technology to open a window or pop up anything
Post Reply