Jump to content

bluetoother

Members
  • Posts

    139
  • Joined

  • Last visited

Everything posted by bluetoother

  1. bluetoother

    session

    i saw in some other sites when i login i get a random digits assigned with me while moving from page to page appearing in the address bari think it is used for more security like adding the same digits in some table in the site for acting like a session stringbut why did they use it ?is not session enough ?-- if same topic disscussed in the forum plz provide links to the topic
  2. web/graphic designer neededto be from india or the middle east/arabic regionplz contact me on sakhr83@hotmail.com
  3. i think using session is bettercoz u control it from the web serverbut the cookie is saved on the client's pcthe client maybe is able to edit that cookieif he is expert onebut is i learnt the good web developer use the sessioni know how to setup the session time on ASPcoz it is written in the tutorial in w3schools.combut they didnt mention how to setup the session time in the php tutorial in w3schoolsi built a php web site without setting the session time on it my clients didnt know yet :)if u knew how plz add the code hereregards
  4. i will tell u how to do that in my wayi work in windows environmentfirst of all u should install IIS on ur windowsthen install php from this link php.netsave ur (.php) file in the innetbup/wwwroot folderthen call ur own server through this url http://localhost or http://127.0.0.1and add the php file name containing the folder name if u put it in a folderex: http://127.0.0.1/my_php_work/my_first_php_file.phpregards
  5. guys iam a web developer (asp, php)i started to learn vb.net / c# by my selfbut didnt find it easyi bought dietls books but also didnt find what i wanti searched on the net but didnt find good tutoriali want to learn it through some easy tutorial and focus on (database, networking, reading/writing files)hope to get help here
  6. php is better , easyasp is easy too but oldi even couldnt learn asp.net it seem ugly yaaaaki love php
  7. bluetoother

    ip address

    is there any problem in the forum search page coz i canot find topics about ip in the forumdoes any one know how to detect the user's ip once opening the php page ?
  8. actually the server that host my web site runs php4 ..and give me the same erroris there any way to add that classes to my web site ?
  9. i got this msg :Fatal error: Cannot instantiate non-existent class: simplexmlelement in c:\inetpub\wwwroot\mkawer\test.php on line 2could it be the version of php installed on my server ?coz DOM class is not defined too
  10. guys i wonder what is the php code for adding new record in any xml fileexactly the same way in INSERT for SQLlike iam using my xml file as database........i looked in the DOM functions but didnt workkept of showing an errorthe DOMDocument is not defindex:<msg> <name>me</name></msg>i want add another name <name>me2</name>thanks again to all the ppl who always give the solutions
  11. bluetoother

    xml and php

    hey guys iam still in love with this forum despite i dont have many posts here ,,now i got many interviews to work in web development companiesafter i learnt PHP here and built my first php webiste....so that i didnt want to start learning xml from other sitesi want learn it herei tried to search for xml in the php forum but it kept of giving an errorwill u plz help me in finging the tutorial to learn parsing xml by a php coderegards
  12. i thought it is limited because the hosting site said i can get more than 1 DB . so from ur talk i think it is not limited and the other DBs are for another sites as u said .. TY guys
  13. iam developing a php site on mysql data basefirst time for me working on mysqlfrom what i read it is a limited databaseso that hosting sites say that i can put 2 or 3 mysql databasesbut till now i develop the site on 1 databasedo i have to spilt it into 2 databases ?like removing some big table from the main database , then put it in another databasehope i learn about this before i present my site to the owners
  14. guyssee this code plz:$result = mysql_query("SELECT * FROM sometable WHERE st_id=".$_REQUEST['id']);//how to check that there is a result from that query//before i add this code$row=mysql_fetch_array($result);//coz if $result does not contain any result from the query//an error will occur when i want to fetch any empty result in $row//then i will see this msg:/*Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in c:\inetpub\wwwroot\php\login.php on line 62wrong password*/how to make sure that query gave me a result ?before i start with the 2nd line
  15. hello guysi wonder if there is a function that return the year after i send a date value to that function .for examble :: some-php-function("2006-04-04"); ---> 2006thanks
  16. yeah dude this the same page in this forum about php hostingi think i tested them all, none worked herejust ask if any one have some work on a site the offer free hostingto put the link here
  17. i have posted a topic here about php hosting sitesactually i didnt find real onethey just take ur information in form and u have to wait email from thembut never will get that emailplz if have tested a free php hosting site .. put the link .. TY
  18. ooooooooooopsu r rightam sorry iam just new in phpi was asp developerbut i have to learn php alsoiam looking for good free hosting site now,, any one can help i didnt find any here
  19. guys i have some problem in php string .. look$name="";once i put it in if or switch statement $name become ZERO 0or $name+="hi";echo $name;//return zeroi think there is some php function for thatcan u help ?
  20. guys dont try to google for php hosting this is crazyit sends u to links never can helpsome sites are not trusted to pay inso try it here in this forumi found good hosting site from PHP HOSTING
  21. how to make my site searchable by search engines ?if same topic exsist in the site plz tell me how i find it here in the forum ?thanks
  22. bluetoother

    send buzz

    what a strange quistion !!!!!!!!!!
×
×
  • Create New...