- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 2
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
45 Posted Topics
By this script you can remotely login into facebook account with your password and username and fetch/send data. | |
Re: First of all why are you using JavaScript Packer?. The code is too long to read but I guess the problem is because of conflict between "$" symbol which is used by both sliders and jQuery. | |
Re: I am pretty sure that these scripts use google but do not know how they build their queries. | |
Re: Great if works! Can you give the a similar list of providers for Indian cell providers? | |
Hey guys, I am designing a site that enables users to put rich text - images, smileys, lnks and some HTML tags. Now I have to design the whole script to replace smileys, check for XSS attacks, looking for unclosed tags, format links, etc. is there any preexisting script to … | |
Re: The first step to learning PHP is "googling it out"! Though I learned PHP without any books/tutors but I recomment you to use one because there many things which are skipped out in tutorials and can be very useful. I have heard that oreilly PHP book is a good one. | |
Re: Change Line no. 40 to [CODE]header("Content-Type: application/vnd.ms-excel");[/CODE] | |
Re: The error is probably becuase the functions are case sensitive and you have capitalized "H". | |
Re: You can send header after soemthing is ECHOed. Place the header statements above all echo statements and also make sure that there arent any blank lines or spaces. | |
I am banging my head for many hours but still cant ge tit done. Here is the URl [url]http://www.superpages.com/bp/Fords-NJ/Five-Star-Insurance-Agency-LLC-L0001976672.htm?OF=1&C=taxation&lbp=1&TR=2&bidType=FFCLIK&PGID=yp457.8081.1278687125248.17713187910&dls=true&bpp=4[/url] I am trying to match the products and services part and lists that follow. Here what i had tried. [CODE]preg_match(/Services<\/a><\/h3>.*?<a.*?>\(Edit\)</a>\s+<ul>(.*?)</ul>/smi,$data,$store);[/CODE] | |
Re: I think he wanted to know weather Ion cube encrytion can be decoded. I think answer is no, becuase thats the whole purpose of these softwares. | |
I am thinking to make a PHP library for better syntax of PHP (in functions). Currently I feel that its too clumsy and unorganised. There are many functions without any use and many useful functionalities can be added to older ones. Like instead of learning all GD functions for common … | |
Re: First of all please rephrase your question. Secondly, I recommend to use jQuery instead of reinventing the wheel again in using ajax. Thirdly, i believe that w3schools ajax code is not correct since it was not working with me under some circumstances. Change the line 27 from [CODE]xmlhttp.send(); to xmlhttp.send(NULL); … | |
Re: [url]http://dev.mysql.com/doc/refman/5.0/en/drop-table.html[/url] There is no such thing written as for confirmation. May be your user doesnt have DROP privelages. ![]() | |
Re: First start from the basics by tutorials from w3schools | |
Re: How can Javascript read what the PHP code has returned? PHP code returned is processed on server side and not on client side. | |
![]() | Re: I think IMAP is the one suitable for such jobs. If you want a readymade code, then i think this is suitable for your needs[[url]http://www.phpclasses.org/package/3630-PHP-Parse-e-mail-messages-using-regular-expressions.html][/url]. PS: I havent tried it. ![]() |
Re: Why use RegEx? You can use a simple function to acieve the task [CODE]var title = document.getElementsByTagName('title')[0].innerHTML;[/CODE] | |
Re: I think it is possible with jQuery animate() function. | |
Re: [QUOTE=Xufyan;1254566]Hello, I'm learning PHP from w3schools.com but they didn't explain everything clearly, see that page, [TEX]http://www.w3schools.com/php/php_file_upload.asp[/TEX] I want to know the meaning of this line , how it is checking the error in uploading ? [CODE]if ($_FILES["file"]["error"] > 0)[/CODE][/QUOTE] Refer here: [url]http://www.php.net/manual/en/features.file-upload.errors.php[/url] The "error" key refers to 8 possible meesages … | |
Re: What you get when you use [CODE]print_r($_FILES)[/CODE] | |
Re: This one is a great tutorial. [url]http://forums.digitalpoint.com/showthread.php?t=1483351[/url] Jump to the unicode part. | |
Re: Replace & with & on line 4,5 | |
I have a WebPage that needs to pass information to a PHP page. Now the task is easy but the problem is that anyone can see the source and edit the information to be passed but I want only my page to pass the information. How can i achieve this? | |
Re: Why are you echoing "<table>" in the loop this will produce a very strange HTML. Put it outside the loop. ![]() | |
Re: Its better you start learning basics of Javascript from w3schools coz this is a very easy program. | |
Re: The thing which usually works for me in such cases is to make "position: relative" and then use "top" and "left". | |
Re: THere is no need of meta tags you can just put an iframe code besides your sentence and change the URL. | |
Re: Try making an algorithim to compare images. When you are done try to make a reverse image searching script. | |
Re: Use cookies or sessions. Just as a user visits the page, create a cookie with an expiry of one day. if the cookie exits implies that the visitor has already visited. | |
Re: Of course you can do so but erro is in the following line. [CODE] echo $azer->setName(); [/CODE] The function excepts at least one parameter. It should be like this [CODE] $getted = $azer->setName('sahib'); echo $getted; [/CODE] | |
Re: [QUOTE=dan1992;1252085]wat in this code is right i get error mesage ... [B][COLOR="Red"] Warning: unlink() expects parameter 2 to be resource, string given in E:\home\test\www\Administrator\pages\sv.php on line 72[/COLOR][/B] [CODE] <form action="member.php?page=1" method="post"> <?php include "sec/db.php" $result = mysql_query("SELECT * FROM SV ORDER BY id DESC"); while($row = mysql_fetch_array($result)) { $img = … | |
Re: How can one send FileData using get method? Use Post method instead. | |
Re: Monitor the visits of each item. Just as a new item is visited plus one the number of visits in the database (use cookies to count only unique visits). Then you can retrive the most popular item by using ORDER BY MySQL statement. | |
I want to make a simple website blocker in vB. I mean it should have capablity of checking the ongoing HTTP request and block them accordingly. How it is possible? | |
Re: [QUOTE]Hi, why in cookies put only one value(id)? When i refresh page all my settings remain, but now there is only one...[/QUOTE] Coudn't get your question. | |
Re: [QUOTE]Apache rewrite will change the URL, which I do not want to happen - I want people who browse example.co.in to stay on it. [/QUOTE] Not exactly! AFAIK, there is an option in .htaccess by which we can rewrite URLS without any change in the URL itself. | |
Re: You mean as soon as the user selects the option you want him to jump to the particular website? :-/ | |
In orkut, as soon as one receives a new scrap, one gets an alert at side bottom even if page is not refreshed. I am sure that orkut doesn't check for scraps again and again by Ajax. Then how does orkut know that i have received a new scrap?? Similar … |
The End.