Jump to content
Sign in to follow this  
Thunderbird

PHP/SQL/Javascript Support

Recommended Posts

Hi fellas,

I'm working on a little project here which requires a website.

This website has to be interactive. It contains a sort of schedule allowing the user to click on a case and then be able to insert a 'string'.

Here is a little image illustrating what I'm trying to explain:

sanstitre2pk.jpg

--------------------

- Would it be possible to do this exclusively with the PHP language by using the array system?

- If yes, how can I make the 'case' clickable ?

- If no, what would you suggest?

--------------------

Thanks a lot,

Best Regards,

TB

Share this post


Link to post
Share on other sites

You could make a simple Javascript that replaces the static text by a textbox when clicked. Then you could simply submit the form and put it in a mySQL database with php. It requires reloading the page tho, but I dont think that will be a problem?

Share this post


Link to post
Share on other sites

If you know Javascript, then it wouldn't be much of a jump to learn Ajax, which would then negate reloading the page.

Share this post


Link to post
Share on other sites

Cheers for the tips,

I will give a go to the jQuery librairies with the hope to find something already done as I'm quite limited in time.

Thanks again all.

Best Regards,

TB

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×