Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #37.0K
Ranked #3K
~1K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for MMadhavi

If your mysql data table types are InnoDB then I think you should movie_id screen table as foreign key. InnoDB rejects any INSERT or UPDATE operationb attempts to create a foreign key value in child table so user will be denied to inserting wrong movie_id number into screens table. Your …

Member Avatar for broj1
0
120
Member Avatar for davy_yg

Maybe this link will help you: http://sgserror.com/example/submit.php

Member Avatar for simasj
0
93
Member Avatar for opawix

If you want that other programmers would not be able to read your code, then I will be the bad messeger: there is no way to encrypt your source code - as it must be run by php interpreter, this means that it must be decrypted at some point. So …

Member Avatar for simasj
0
1K
Member Avatar for Raakesh399

If you want to get more concrete answers, you should ask more concrete questions. If you want to start using MVC paradigm in php, you should read more about CakePHP or Simphony php frameworks. There are lot of more MVC frameworks, but I think those two are most popular.

Member Avatar for simasj
0
88
Member Avatar for DeadlyLife

So what is the problem? Data is not inserted or you php code gives error? P.S. Your code is VERY insecure! Please do at least any input data validation and sanitization.

Member Avatar for DeadlyLife
0
142