I have been trying for over an hour but I have had no luck.
I need to be able post and image to a php script and have the php script save the image to the server. I'm a php programmer but I can't seem to figure out how to post the data using vb. I've tried xmlhttp but can't really get it to...
Not only does your method work, it is also about 50% faster. Thank you very much.
For some odd reason though ltrim was chopping of the "h" in http as well as the "href="". The links came out in the following format:
ttp:google.com
I have no clue why ltrim is doing this but substituting:
$a...
The following code is supposed to search a page ($html) for tags. It starts out by gathering all links (<a></a>) and then checks to see if rel="tag". It then returns all tags in the following format: hi,wall,brick
Now, the script "technically" works except for the fact that it is processing...
I have a bunch of links that are formated like so:
http://soandso.com/tag/monkey/
http://whatever.com/tags/monkey/
Now obviously "monkey" is just an example tag. In reality the tags would nearly always be different. What I need is to be able to pass the link to a function as a string and have...
It took hours of searching but I finally found some code that I could learn from. You can get it here: http://keithdevens.com/weblog/archive/2002/Jun/03/RSSAuto-DiscoveryPHP
someone REALLY needs to take this code, turn it into a function to get any Link tag and post it as an FAQ.
I'm trying to write a script that will visit any given webpage and look for a link tag with the type 'type="application/rss+xml"' and then output the link. Now, it seems that meta tags are no problem to get because of "get_meta_tags" but I have had no luck on finding anything for link data yet...
I'm trying to write script that will visit a certain page and try to determine if a rss feed is present, if so return a link to it.
You would think that this would be fairly easy but I can't really get anything to work except meta data. any ideas or tutorials?
Thanks,
Andrew
I have MySQL table that has a field called "tags" that contains tags/keywords in the following format: "boston, blog, political". Now this table has about 30,000 to 40,000 rows on any given day.
I need to be able to do a search for the top 10 rows that match a given set of tags/keywords. In...
I need to be able to add a 30px space/margin at the top of everypage that includes a javascript snippet and I need it to work with atleast firefox, opera, and IE. Since this would have to "overide" any css the page has i'm at a complete lost on how to pull this off. Any suggestions? thanks
I have been trying to convert the following document.write to DOM but have not been able to get it right.
document.write('<div id="topbanner" style="position: absolute; top: 0; left: 0; background: #14568a; width: 100%; height: 30px; font-size: 12px; "><p>test</p></div>');
Could someone please...
I'm trying to pass javascript variables through an URL and I can't seem to get it correct. I think you can tell what i'm trying to do. I just don't know how to do it
<script type="text/javascript"><!--
tag_type = "personal";
tag_content = "political";
//--></script>
<script...
I have a table that logs certain data for a website and it has a field that holds the date the row was added in the format 11/25/2005.
I have been trying for an hour and I cannot seem to write an sql query that will delete the rows older than 14 days.
Any advice?
Thanks as always,
Andrew
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.