Page 1 of 1

PHP newbie

Posted: Thu Nov 16, 2006 11:27 pm
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...

Posted: Thu Nov 16, 2006 11:47 pm
by m3mn0n
Can you elaborate a little bit?

An example of a site/page that does what you need helps, too.

Posted: Thu Nov 16, 2006 11:52 pm
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...

Posted: Fri Nov 17, 2006 12:57 am
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?

Re: PHP newbie

Posted: Fri Nov 17, 2006 1:00 am
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