GeekInterview.com
  I am new, Sign me up!
 

PHP Interview Questions


PHP Interview Questions

Questions: 74
Comments: 284
 PHP Tags
 Showing Questions 61-70 of 74 Questions
<< Previous 3 4 5 6 [7] 8 Next >>
 Sponsored Links

 
 PHP Interview Questions
Sorting Options :  

Latest Answer: Select  c.id, m.catogory_name from catogorymaster m, child c where m.catid = c.id; ...
Read Answers (2) | Asked by : Manjul Yadav

Latest Answer:  A form in Javascript can be submitted using document.formname.submit(); Other functions like PHP's header("location :$url");  is transfering control from one page to another. It is not submitting form. In Javascript, ...

Latest Answer: USE this code (It can NOT be simpler than this) -$file = fopen("counter.txt", ’a+’);if ($file == false) { die ("Unable to open/create file");}if (filesize("counter.txt") == 0) { $counter = 0;} else {$counter ...
Read Answers (16) | Asked by : rajender p.s. bhatia

What is difference between mysql_fetch_array(),mysql_fetch_row() and mysql_fetch_object()please insert with example

How to make a download page in own site, which i can know that how many file has been loaded by particular user or particular ipaddress

Latest Answer: First, establish a simple socket connection. If in UNIX/LINUX, use AF_INIX.function get_the_host($host,$path) { // open the host $fp = fsockopen($host, 80, &$errno, &$errstr, 30); // take control of server timeout ...

Latest Answer: Both echo and print are language constructs.  However print() acts like a function in that it returns a value and can be used in complex expressions.Furthermore, echo without parentheses can take multiple arguments.  Echo with parentheses and ...
Read Answers (7) | Asked by : Davinder Singh

Latest Answer: When we use mysql_connect every time we have to make connection when every time page is loaded but when we use mysql_pconnect it does not have make connection every time. ...

Latest Answer:  use this $IPAddress = $_SERVER['REMOTE_ADDR']; ...

How i will check that user is, logged in or not. i want to make it a function and i want to use in each page and after login i want to go in current page(same page. where i was working)

View page << Previous 3 4 5 6 [7] 8 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape