Re: Content Page Identification
On Sep 30, 9:47 am, Igal <igal.al...@xxxxxxxxx> wrote:
hay... i'm working on this project, and need some advice.
my system will be embaded into content pages, now i need for each page
the system will be able to pull the right data from the SQL.
what is the best way to Identify the page?
maybe by the refferal address? any other ideas?
Try running this:
var_dump($_SERVER);
That'll give you a lot of useful information about your current
script, location, etc. You'll be able to find the HTTP_REFERER,
REQUEST_URI, PHP_SELF keys and more :)
.
Relevant Pages
- Re: Accessing AD/ADAM from SQL
... You could still host all that code in SQL ... or place it in an external batch process or script. ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ... pull information for building sql scripts. ... (microsoft.public.windows.server.active_directory) - Re: registry caching/protecting
... There are keys existing only in the real hive like: ... If I try to access them with a script similar to the one from my first post ... I have a little script to read a registry value using WMI: ... (microsoft.public.scripting.vbscript) - Re: UP -- patent restricted?
... some poor unsuspecting schmuck. ... Maybe there are capabilities in SQL that I'm totally ignorant of. ... After doing that I'd like to "ride the B-tree index" to visit and check all the entries for this client. ... When you need so many keys, i.e. you have so many functions, so much functionality, you don't have a lot of freedom to conform with what others have done. ... (comp.databases.pick) - Re: Vista hosting XPe tools/db
... Are you running this script on the machine that actually has the SQL server ... machine hosting the database. ... i don't know if you can install a second instance of SQL ... (microsoft.public.windowsxp.embedded) - Re: ActiveX script works in DTS but not in job, why?
... Account that SQL Agent runs under and it is a Local Admin on the box. ... As another test I saved the script as a .vbs file and tried running it, ... Microsoft OLE DB Provider for SQL Server ... that would be since I need to be able to load DTS packages from either a SQL ... (microsoft.public.sqlserver.dts) |
|