cURL and Sessions
Ohai.
So, I'm trying to cURL a bunch of things off of a page, and put them into a session. I'
Loosing changed contents when used FM REUSE_ALV_GRID_DISPLAY
Hi,
I have used FM REUSE_ALV_GRID_DISPLAY in my program as below.
CALL FUNCT
my sql select id and then update problem.
I need to select some auto incremented ids out of a database and then use those id in a where statem
PHP/Database issue
My friend is helping me make a database where you go to a certain webpage of my site and the page wi
how to timeout $doc = new DOMDocument()->load($url)
I am currently using this $doc->load($url) to fetch an rss feed.
If a feed takes long than
cURL error
So here is my code... I got it off of here... http://www.youtube.com/watch?v=XcgQUsorF_8
Because
Regarding accessing SQL query issued by any user in Oracle 10g
Hi all,
i want to know the queries issued by various users accessing a database...
Progress bar tracking file downloads
Hey guys, was wondering if there was a way to track how far a file has been downloaded. I know there
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
reading partial code from external site
Hi,
I am trying to write a script for my website to get an article from an external website.