Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 8 of 8
Search took 0.01 seconds.
Search: Posts Made By: scotl47
Forum: Programming 20th May 2011, 09:47 AM
Replies: 4
Views: 623
Posted By newbie365
Re: Assign Variable from Directory name?

lol, or you can do this: tulsatechi.com/rates/

here is the code you put at the top of your files

<? include($_SERVER['DOCUMENT_ROOT'].'/rates/includes/pages.php');?>

<?
$location =...
Forum: Programming 20th May 2011, 08:16 AM
Replies: 4
Views: 623
Posted By andrejvasso
Re: Assign Variable from Directory name?

One more hint that might comes handy when you are parsing out the info you want:

PHP: basename - Manual (http://php.net/manual/en/function.basename.php)
Forum: Programming 20th May 2011, 08:07 AM
Replies: 4
Views: 623
Posted By KirkMcD
Re: Assign Variable from Directory name?

In PHP, the variable $_SERVER['PHP_SELF'] contains the file name and directory path.
I'll leave it up to you how to parse out the info you want.
For more, please see:
PHP: $_SERVER - Manual...
Forum: Programming 14th April 2011, 10:45 PM
Replies: 4
Views: 746
Posted By imarketstuff
Re: Remotely accessing a php file

once you are certain you can access files remotely, based upon what StevenJohnson stated, take a look at these two php functions:

PHP: file - Manual...
Forum: Programming 14th April 2011, 05:39 PM
Replies: 4
Views: 746
Posted By SteveJohnson
Re: Remotely accessing a php file

You can access the OUTPUT of a php file from another web site, or you can access a text or html file. The remote server won't just serve up a raw php file without processing it.

You'll need to...
Forum: Search Engine Optimization 7th July 2009, 06:19 PM
Replies: 10
Views: 1,654
Posted By Rich Currie
Re: Realistic Timeframe for SEO results

As it has been stated in some of the above posts, the length of time really does depend on a bunch of things. The amount of back links that a site has pointing to it from relevant and creditable site...
Forum: Search Engine Optimization 7th July 2009, 04:40 PM
Replies: 10
Views: 1,654
Posted By banker0679
Re: Realistic Timeframe for SEO results

depends on your niche

if you're marketing mortgages, it will be a lot harder than someone who is selling clothes pin online

also, it depends on the site you have. is it a well known site...old...
Forum: Programming 29th November 2008, 07:51 AM
Replies: 3
Views: 669
Posted By Spencer Westwood
Re: Error when remotely placing simple php code

You can't include_once from a different website.

What you could do is have the numbers in a file on a website and have the
script open the link (look up fopen or fsocketopen), read the file,...
Showing results 1 to 8 of 8

 
Forum Jump


All times are GMT -6. The time now is 08:05 AM.