Hii gmag,
First of all make sure whether you are encrypting your password in database or not. You will have to encrypt your password in database using SHA1 Method then if your both POST password and database password is in encrypted by sha1 then match will be done.
User Profile
Collapse
-
Hii Mrwinh,
Php is the server side scripting language. if you want to execute it fisrt of all you will have to install wamp or xammp after that put your code in wamp/www/flename.php and paste your code in filename.php. If it does not work then turn on your browser buffer using ob_start(); ie predefied function of php. second possiblity check your port number whether it has been assigned to other services or not.By deafult port no supported...Leave a comment:
-
Mukesh9023 replied to Dear Sir I am a php developer and i am facing some problem regarding web scaraping.in PHPDear Luuk
Thank you for your response but i want to fetch price from using web scraping code. I had fetched price from above 30 websites but in tradus.com.it doesn't work.Leave a comment:
-
Mukesh9023 started a topic Dear Sir I am a php developer and i am facing some problem regarding web scaraping.in PHPDear Sir I am a php developer and i am facing some problem regarding web scaraping.
Code:<?php $file_string = file_get_contents('http://delhi.tradus.com/puma-axis-ii-ind-silver-lime-green-sports-shoes/p/FTWN4FH29KD29I2T?tag=19622&tsrc=TagListing'); preg_match('#<span itemprop="priceCurrency" class="rupee">(.*)<\/span><span itemprop="(.*?)">(.*)<\/span>#', $file_string, $price); echo '<pre>'; print_r($price); echo $price_out = $price[0];
Last edited by Rabbit; May 9 '14, 03:37 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data. -
Mukesh9023 started a topic My PHP script will work on one domain and not the other. What's the problem?in PHPMy PHP script will work on one domain and not the other. What's the problem?
I have a very simple webiste script in PHP that works fine on several website that I host through you but not on one of them. I can not give any type of attchment -
first of all make a string of email when you loopig your code as like $to = 'muk@gmail,com' ,'mm@gmail.com' ,'kk@gmail.com' ;
and then passed into mail function . it is very easy to make string. i have done lot of time this type of work.Leave a comment:
-
you have to use phpexcel file reader function just search on google and download its??Leave a comment:
-
take all marks of students in array and then make array key index with the help of students marks in descending order and then sort it by ksort function. you got your result correctly.Leave a comment:
-
yes it is possible.use Spreadsheet_Exc el_Reader,searc h in google how we upload excel file in php using excel_reader_se arch.Leave a comment:
-
Code:<?php // make a folder upload to move your file.I yhink this code is necessary to modified but right now it working correctly. if(isset($_POST['submit'])) { $allowedExts = array("jpg", "jpeg", "gif", "png", "mp3", "mp4", "wma"); //echo $extension = pathinfo($_FILES['file']['name'], PATHINFO_EXTENSION); $fileName = $_FILES['file']['name'];
Last edited by Rabbit; Dec 13 '13, 04:11 PM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.Leave a comment:
-
No activity results to display
Show More
Leave a comment: