Jump to content

shivabharat

Members
  • Posts

    371
  • Joined

  • Last visited

    Never

Contact Methods

  • AIM
    shivabharat
  • MSN
    archieandrew@hotmail.com
  • ICQ
    315407114
  • Yahoo
    shivabharat

Profile Information

  • Gender
    Not Telling
  • Location
    Chennai, India

shivabharat's Achievements

Member

Member (2/5)

0

Reputation

  1. Hi, your question is bit vague here. Can you give me an example of what is that you are tyring to do here? Cheers Shiva!
  2. You dont have to explicitly check for true or false. [code]$insert = sprintf("INSERT INTO Users (FirstName, LastName, Usrname,Passwrd, AccessLevel, last_login,UserID)                         VALUES ('%s', '%s', '%s', '%s', '%d', '%s', '%d')",                             $FirstName, $Surname, $uname, $passwd,$accesslevel, $regdate, $_SESSION['UID']); $Reply = mssql_query($insert, $link); if ($Reply) {     echo "Data Inserted"; } else {   echo "Not Inserted"; } [/code]
  3. You can try something like this.....hoepfully should help you [code]<?php require_once 'Database.php'; $db = Database::connect('Database_Name'); $arg1 = 26; $arg2= 1; $myquery = "pSomeStoredProcedure ". $arg1.",".$arg2 $db->query($myquery); ?> [/code]
  4. Hi, If you are using MySQL refer DATE_FORMAT(date,format)  function.
  5. This is the output of the program                         ****************************                         ****************************                         ******** L-G-H Team ********                         ****************************                         ****************************                             the result is 6.285714                                 you got it :D press any key to exit...
  6. Hi, I did some testing and the search works fine without logging me out. Did you happen to fix the issue?
  7. Hummm very strange which compiler are you using. I tried using Visual Studio 6.0 and no errors.
  8. Hi Cohan, Thanks for the posting. Whenever you feel you need help please make sure you can narrow down the issue to an extend. I dont think we can go thorugh the long code which you have posted. Let uu know exactly were you think the issue is. Thanks
  9. Hi, You have to use the META tag for this [code]<meta http-equiv="refresh" content="2;url=http://mypage/index2.php">[/code]
  10. The code is running perfectly fine provided you have closed all the printf statements. Whats is the error you get?
  11. Please refer to this link [url=http://www.phpfreaks.com/forums/index.php/topic,2139.0.html]http://www.phpfreaks.com/forums/index.php/topic,2139.0.html[/url]
  12. Hi, Why dont you try to use the windows installer which is simple and easy. http://in.php.net/releases/index.php
  13. Can you be more clear on what you mean by IIS functions?
  14. 1. Open IIS 2. Select Default WebSite Properties 3. Go to "Web Site" Tab 4. Change TCP Port to desired port number (default is 80) 5. Click on Apply 6. Stop-Start you IIS Server.
  15. Please refer to the link in my singnature.
×
×
  • 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.