Thank a ton brother ! yup @David Ledger i have planned the same but i was thinking could there be some other way achieving the same !
So what i have planned is to make a domain validation so that the list of domain in the file can execute the project code only.
@David Ledger thank you for the reply. I got what u are saying but may be u misunderstood what i want to convey. Yes i was not descriptive and i...
Hello friends, I have been asked by my manager to design my code such that when a user types the URL then before loading the script in the...
This is how var_dump is used. Remove the var_dump and exit after testing. and also u not need to call the db connection each and every time you...
There is a problem in the mysql statement. This was your code where the error lies Snippets function get_page_title ($dbc, $pg) { $query =...
@VisionslC U will get the revised code soon ! Sunday my ofc will be off , i will optimize your code .. Hope would be helpful . Take care.
After U able to patch the problem ; DONT FORGET to REMOVE var_dump() and exit() .
use var_dump() to check if the the query is being fetched or not. ex :- <?php $que = $this->db->query( "SELECT * FROM `exam`" );...
Found another way of bypassing it. <?php $marks=array('Odiy'=>'52' , 'Urdu'=>'69'); $postt=array ( 0=> array('id'=>'6', 'class_ref'=>'2nd' ,...
Lets me thanks http://php.net for giving me the base for R&D. And the most importantly to @Shabbir sir ; for letting me know that above stated...
Hello friends, Say i am having two array : ex1 and ex2 (both are associative array) Can i compare array ex1 's value with array ex2 's key ?...
like we have ckeditor , fckeditor . In the similar fashion , which could be light and could be used with the browser (php). Please suggest friends.
Separate names with a comma.