Hello, pls can you help me with a php code that can restrict access to various pages with the using of certain numbers? example 1234 takes you to service.php,...
You are not clear about your issue. You mean if you have a text box in which user will enter 1234 and the action will take to service.php. If that is the case...
Enable mod rewrite on .htaccess RewriteEngine On RewriteBase / # Rewrite all other URLs to index.php/URL RewriteRule ^(.*)\.php$ index.php?name=$1 [PT,L] Now...
... Sure. But what I have understood from your initial mail, could be achieved very easily by a PHP script. And I have sent you a PHP sample. Read the code. --...
Hello Everybody.I am Adnan, student of BBA.I am interested to be a PHP programmer.I'd like to know from you how can I learn PHP programming.How and from where...
Hi, I want to define some meta data about image, i.e. - Point A at pixels (20, 30) - Point B at (60, 70) - Point C at (100, 200) it can be whole circle,...
Hi, i have got a response of api which prints like : echo "<xmp>"; print_r($myResponse); echo "</xmp>"; It shows me result in array: stdClass Object ( Â Â Â ...
Hi, Does anybody have advice on how to integrate the Zend framework with FIT/FITnesse? I have only found the plugin phpslim, but not a plugin for Zend. Also, I...
Hi All, I need some help with VPS. I have purchased a windows VPS. I have a static IP and domain too. What I want to know is if its possible to send emails ...
It seems formatXmlString function is failing. Are you sure this function takes stdClass as parameter and returns string? Could you paste the function body...
The Function & error on line 224 i put double quotations as its has "/*" in actual function it has single quotations. Catchable fatal error: Object of class...
Saleha, Its showing absolutely correct error message. Did you notice that you are suppose to pass an object as a parameter on this function? If you are doing...
Webpers Position: Mockup engineer/graphics No. of Vacancies : 1 Requirements - Able to work with Adobe Photoshop, Adobe Illustrator. - Must be capable under...
Dear All, I have been assigned to a Magento Project from my office. But to be honest I don't know anything about Magento. :( The project requirements include:-...
Hello Everybody, Currently I am working on a project that needed MLM structure tree view. Can anybody give me any resource to built that using PHP with...
Hello, looking for exact clone of OnePageCRM in PHP. Please review www.OnePageCRM.com and tell me (1) how much it will cost, and (2) how long it will take. ...
Hi, i dont know what is your requirements. But here is a simple script to create tree view in PHP. function get_children($parent, $level = 1) { $result_p =...
Hello everyone, We are the BEE's of aan-nahl. We are seeking PHP/mySQL programmer immediately. If you have good knowledge of PHP and MYSQL and also worked on...
Hi Tell me your timeline and cost. Req: Will read facebook wall, read twitter stream, read youtube comments and combine them all in one stream, display it on...
Hi, We are looking for php experts, Here is the detail of job posting, *Position: Senior Web Application Developer* * * *No of Vacancy:* 2 *Experience...
Hi, Please help me with this code. I have 2 different fields in mysql table. What I want is if the field is empty don't show the image. Please look at the code...
I tried every possible ways of putting if else if conditions but the issue is although both the images are appearing only those images are taking me to the FB...