|
||||||
| PHP Forum Use this forum to discuss all aspects of PHP Development. PHP is a server-side, cross-platform, HTML embedded scripting language that lets you create dynamic web pages. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
Whether you read the first X bytes or the whole file won't make any difference - you still have to create a connection with the remote server. Once you made the connection, you have the entire page content.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Blog Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
|
|||||
|
Untitled Document
works great john!! PHP Code:
Edit, I dont think that way is the best way to get the shortcut icon, I need to search for '.ico' and get the image that uses that extension somehow Last edited by phpforfun; 05-13-2008 at 06:09 PM. |
|
|||||
|
I'm not 100% sure on this, but I believe every website uses favicon.ico, so all you would need to do is check if that exists. Also, if your regular expression finds more than one match, your expected match might not be index one.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Blog Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
|
|||||
|
yeah, I need to search for ".ico", get get the full path to it..
Let me explain what im trying to do, basicly im making a virtual browser, that you can login to through any computer, it will emulate firefox, there fore, I want the bookmarks bar, so im trying to get it to get the real .ico and show it, as well as the title of the page. Also, For the stop button, what I plan on doing is, use this script (Building a Status Bar into a Chromeless Window), the issue is, it needs all the images in a page and throw them in the head of the page in the script, can you help me with a loop to echo each image? im not sure how to use the 'for' command with preg match for each '<img src=' |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Java:Tutorial - Tic-Tac-Toe | John | Java Tutorials | 25 | 02-27-2008 06:41 PM |
| Top 10 Ways To Promote Your Web Site | ravs2k6 | Marketing | 30 | 02-02-2008 04:20 AM |
| Operators | clookid | PHP Tutorials | 1 | 01-11-2007 08:35 PM |
| Online RPG For Sale - Predicted PR 5 | phb50530 | Site Reviews | 10 | 01-10-2007 05:59 AM |