hey,
here is my problem: my school gave me a mail account for school-stuff use. they mail us importent information like changes to the timetable. now this stupid mail account oanly has a web interface. no imap or pop3/smtp. (and it's not looking like that is going to change soon)
i am trying to make a script that logs in to the page an than screen-scrapes the web interface so and then just formats it as an rss feed or something so my feedreader can notifig me if i have a mail.
the login page of the webmail is a php page and it uses POST to send the login data to the next page. is also sets a cookie that i wil need to acces the next page.
i found a methed HttpRequest::send ( void ) on the php.net manual but i don't get how it works and how i can acces the data it returns, can you help me with this.
and secondly normaly i can get the data form the page by using $data = file_get_contents($url); or loadHTMLFile($url); but it might not work becouse it wel need the cookie... is thare a way i can do this?
thanks in advance,
How to write on database when a link is clicked?
Hi,
How to display value in drop down list after form has been reloaded
Please bear with me as I am very new to php and html.I have a form with several drop down menus, the one at the top shows a list that when an item is selected fills in the form below including the
Display Database
I need to create a shopping cart. I found this code online: http://conceptlogic.com/jcart/Unfortunately, I dont know how to display my product from MYSQL rather than hardcoding as shown in the script
Big Problem!! Please help
Hi Guys,Im making a website for a friend have encountered a really annoying problem. When every i run the script below i get this error: "Parse error: syntax error, unexpected '}' in
Multiple if statements
Ok so seems basic but for some reason I'm not doing it right. What I want is to be able to have 2 separate if statements in the same php document. What I've done is this:Code: if ($p1=='on' AND
The IE or FF detector
Hello Friends,Problem of today ( we seek for php help ) as following ,we know all that PNG images not shown well on IE6 and some "css'ers" given us a solution --> fine 1but if that
Echoing a Variable from a Object
How do I get a variable from the new User Class to echo out in this clasS?class MyApp{ function __construct() { global $dbHost; global $dbUser; global $dbPass; global $dbName; $this->DB =
Adding Different Numbers From MySQL
Basically I have a mysql database with a couple prices as the following:9.999.999.9949.9924.5024.50How can I add these numbers and display the total from a mysql database?
Can I use a loop
Hi buddies!
How to kill asynchronous postback / current postback?
Hi,here is my problem:I have a web site with many pages of which some may take time to process results. If a user wants to go to another page (by clicking on the top menu) the browser locks up till