Jump to content

bluetoother

Members
  • Posts

    139
  • Joined

  • Last visited

Posts posted by bluetoother

  1. 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. 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

  3. 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 :)

  4. 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 ?

  5. 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

  6. 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

  7. 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

  8. 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

  9. 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 :)

  10. 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

  11. 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 :)

  12. :)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
  13. 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

  14. 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 ?

  15. first of all i want to say thank you all for reading this and thaks for w3schools site ,,, i learnt alot from it ,,,my problem:what is the code required for uploading an image from the user "client" pc to ASP server .. for examble: user put an avater for his account in my site.also if any 1 knows a good site provide free hosting or any ASP hosting site ,, plz tell ,, i use somee.com now for hosting a site for mewww.bh-montada.somee.combut it is in arabic so dont try to get in there if u canot read arabic :) thanks again for you allsaqer - jordan

×
×
  • Create New...