im trying to install the digitalpoint google search script to be used as a search function on my site. fopen is not enabled on my server over at dreamhost. they propose to use curl instead. is this possible with the digitalpoint search.php? if so, what needs to be changed? i see fopen being used on line 44 and 48. is it possible to just change "fopen" to "curl" here? thanks
might I recommend visiting php.net and looking at those two functions? I'm not familiar with curl = but it seems that you still have to use fopen when you use curl (I do stand corrected)