Jump to content

ikscovski

Members
  • Posts

    19
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

ikscovski's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hey i got it to work...the pdf doc is showing in the browser...i had reinstalled my adobe reader
  2. yes thats what i am looking for
  3. o my...let me get a more accurate example
  4. something to this effect ... http://www.viewdocsonline.com/document/15731147
  5. hello, i have a pdf file on my laptop and would like to view it through my browser with out downloading it of having it activate the adobe reader. how do i go about doing that? i am using wamp and i have the correct dll's installed.
  6. Problem solved..it was the cache inthe firewall needed clearing. thanks once again.
  7. Thanks for the info but its not apache that im using...it is IIS
  8. I do have an index file which is my home page but im still getting the phpinfo page which i don't want.
  9. I have searched for index.php and did not find it. however there is an info.php file and when i remove this from the server i still get the the same problem.
  10. Hello, I have published a site and when I enter the url, the phpinfo page comes up and not my home page. why is this happening? Can someone please help me with this? I am using: windows server 2003, iis, and of course php.
  11. hi... i am using mssql server 2005, how do i assign or change a user password for a user on the server?
  12. GingerRobot...just saw the last part of ur message...ignore my last post.
  13. thanks guys...got it to work but i would just like to know why did it work with my original code and not with the new version of php? thanks again.
  14. tried it...getting errors that says ; Notice: Use of undefined constant Available - assumed 'Available' in C:\Inetpub\wwwroot\php\periodselect.php on line 86 Warning: mssql_query() [function.mssql-query]: message: The multi-part identifier "Class.ClassName" could not be bound. (severity 16) in C:\Inetpub\wwwroot\php\periodselect.php on line 88 Warning: mssql_query() [function.mssql-query]: message: The multi-part identifier "Class.StartDate" could not be bound. (severity 16) in C:\Inetpub\wwwroot\php\periodselect.php on line 88 Warning: mssql_query() [function.mssql-query]: message: The multi-part identifier "Site.SiteName" could not be bound. (severity 16) in C:\Inetpub\wwwroot\php\periodselect.php on line 88 Warning: mssql_query() [function.mssql-query]: Query failed in C:\Inetpub\wwwroot\php\periodselect.php on line 88 mysql_error
  15. hi, i have a query that supose to return all the classes that are taged as 'Available', but i keep getting "use of undefine constant Available" error. the same piece of coide worked befor with my last version of php and now i have upgraded to version 5.2 and i have encountered this error. Is it something in the php.ini file i need to change? Incase its a syntax or my error here is the code $query = "SELECT Class.ClassName, Class.StartDate, Site.SiteName FROM Class INNER JOIN Site ON Class.SiteId = Site.SiteId WHERE Class.ClassId='".$Classid."' AND Class.Space='".Available."';"; $result = mssql_query($query,$db) or die ("Error with Query");
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.