web development help
Search Only:

Search Keyword difference between php

Total: 40 results found.

Page 1 of 2
Hello everybody, Please tell me whats difference between PHP 4.3.9 and 4.3.10?. I need upgrade to PHP 4.3.10 but I need compare it before. Please help me urgent. Thanks. Hello ...
... and variables) ? theorically is understandable, but in practice not so much, as my limited knowledge is concern. also, whats exactly the difference between private and protected variables and functions ...
The difference between <?=$img[1]?> and <?php echo $img[1]; ?> ? How can I use <?=$img[1]?> instead of <?php echo $img[1]; ?> ? Is it reliable? The difference ...
Hi all, How can I get difference in days between 2 given dates?? PHP Code: <? $day = 4; $month = 2; $year = 2003; $opening = mktime(0, 0, 0, $month, $day, $year);  ...
... or use an absolute URL... Is this an .ini setting somewhere, or is this the difference between the header function interpretation of php4 and 5? I have two systems... one with php4 the other ...
Hello all, I am using PHP 4 right now. What is the difference between when you call a class and reference functions via that class or not setting up a class and calling the functions via ...
php is seemed to c and c++ in many features. I would like to know what are the main differences among these languages. Apart from that one is interpreted and the other ones are compiled. And that ...
... We now have a marker for when a call started and when a call ended. The task that Im trying now to acomplish is to get the difference between the timeout and the timein. The problem is that I dont ...
Im pretty new to programming PHP. Im not new to programing itself. Ive been do that for around 7 years or so. In Perl its pretty easy to tell the difference between an associative array (a hash) ...
Can anyone tell me the difference between $txtName and $_REQUEST[txtName]. I have a form with txtName as a text field. After form submission I use it like this <?php if( isset($txtName) ...
What exactly is the difference between addslashes() and mysql_real_escape_string()? -influx3r What exactly is the difference between addslashes() and mysql_real_escape_string()? ...
hi, me and my group got a project to automate the data entry procedure of a company. we decided to use php/mysql. now the problem was choosing between php4 and php5. i know that php5 ...
Below is a php page that works properly in PHP 4.1.2 but does not in PHP 5.0.4. The variable $num_tries is supposed to increment but in PHP5, it will not increment past one. The PHP5 is running ...
what is the difference between the two? i can use both to get the same thing. is there certain situations to use either of them? (in my case, I just want to make sure the referrer ...
Ive searched this forum high and low for details on passing parameters between PHP scripts, between forms and PHP scripts and so on (variations on $_GET and $_POST), but is it possible to pass ...
Ive just come across a script of mine that no longer worked on a specific server. I found out that when I replaced $_POST[var] with $HTTP_POST_VARS[var] it started working again. Whats the difference ...
... 1 hour in the past. The DATETIME column is in the format YYYY-MM-DD HH:MM:SS, for example: 2004-11-28 00:30:43 Now, if the time was 01:31:00 how would i calculate the difference between the time ...
hi everyone, I got a question that whats the difference between PHP Framewor and PHP Template Engine. Template engines are included as part of a framework??? please help me, thanks ...
i need help. im trying to calculate the difference between 2 dates. its tricky. if the dates are the same, i cant have a zero, so i set it to 1. then if the dates are only 2 days apart, ...
Hi guys, just wondering whats the difference between PHP_SELF and SCRIPT_NAME vars...Hope some1 enlighten me on this, Thanks in advanced! Hi guys, just wondering whats the difference ...
<< Start < Prev 1 2 Next > End >>