-
Avoiding SQL injection
I want to know that how can i read the contents of db say username and password to an array and then check the login using array and hence avoiding any chance of sql injection???
-
I-FRAME
I want to know how to show the contents of a link in an i-frame present in the same webpage ???
-
Doubt about CRON
thanks..........!!!!!!
-
Read contents from a webpage
That will not work for sure .... It will just echo out the contents of the page when it is called.... and not how it looks when the page loads completely...i.e when http status is 200
-
Doubt about CRON
I have to schedule some job on every alternate Thursday with Cron. I am not sure How to schedule in job in above case ? Can anyone help me please ??
-
Need to make footer move
here is the solution to it http://www.cssstickyfooter.com/using-sticky-footer-code.html
-
-
Read contents from a webpage
but the other domain is not mines..... i am just trying to get the current stock prices from another website so that i can use it in mine... but for that i cant use AJAX... so i am asking is there any way code which allows the page to load completely and then we can read out the contents using 'explode' etc...
-
Global Variables in JAVASCRIPT
Plz tell me if there is some.....
-
Global Variables in JAVASCRIPT
Can we have some global variables in Javascript which i can use on any page...so that i can use it as a session variable anywhere in the pages ?? Please inform me if there is some way to do so ???
-
Read contents from a webpage
but the problem is that we can use AJAX only for calling the files of the same domain..... and in any other case it shows the contents before the entire page loads completely....
-
Read contents from a webpage
Can we use ajax to read the contents of a webpage..... so that it could wait till the webpage loads completely.... Plz tell me if there is any way to do so ...
-
Read contents from a webpage
For reading the contents of a webpage i am using the code..... <?php $link = "http://www.xyz.com"; $file = file_get_contents($link); echo $file; ?> But the problem is that i am not able to read the ajax stuffs whichs loads after sometime.... So , i am getting just a blank table as the contents..... with all the values eual to " "(blank) Is there any way to do so using php ??? plz inform me if there is some way to do so.... as soon as possible.... pricecheck.php