Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested PHP Solutions: 3876 - 3900 of 5279
 
is there a way to dynamically find out the variables and values of the object you're in?  i.e. I have this class: class page{ var $pageId; var $pageContent;     function soemthin...
I seem to occasionally get this error: Fatal error: Call to undefined function: setfetchmode() in E:\web\public_html\AutoSurf.net.ms\view.php on line 6 The funny thing is that the script...
Hello I would like to teach PHP courses, but I'm searching for good course materials for that. Is there any thing like that available? I prefer something like MOC from Microsoft, which t...
I have a customer who uses my PHP script. For some reason every now and again the PHP script hangs when sending email. It only just started happening, and it happens intermitingly. No error me...
I have defined the javascript in my PHP .inc file and calling it works well ( I am using it in commands like: <? echo"<A HREF=\"javascript:open_window('/registeranesdb.php');\"><FONT FACE ='a...
omg i hate this. Check this out, whats the problem here - it gives me "warning cannot modify header already sent by (start in livestatus.php line 1) on line 2 in livestatus.php. Theese 2...
Just wondering how to replace the $name attribute of all the form fields to utilize the $id attribute instead. These are older bugs dating back to 2004: http://pear.php.net/bugs/bug.php?id=...
Hello group, I'm getting an error on the line which uses fgetcsv(). The error message is : PHP Fatal error:  Allowed memory size of 8388608 bytes exhausted (tried to allocate 3 bytes) ...
I would like check using php3 if cookies on the client browser is activated or not. if not activated can we have some other means in which we can save some information on the client machine
On a PC running Windows 95 I have a stock market data feed that supports DDE. For example - Excel cells that contain an entry of the form =WINROS|'topic'!'item' are updated automatically.   ...
i have a table that looks like: uid | name | parentID It's self-referencing in that the parentID references the uid of another record, and that record may in turn reference another parentI...
1. Any advice on how to get the number of rows?  I used odbc_num_row() func but it just return -1 so I used this FIG1 (see below), Is this OK? 2. Is this ok to scroll on my records?, Do I hav...
Hello Expert, What is going wrong here? I am getting a "unexpected $end in E:\mowes_portable\www\nobarriers\index.php on line 17" and don't know what is wrong (new to PHP). Thanks, s...
if I have a variable $my_array that is an array of arrays like this: Array ( [0] => Array ( [list_id] => 1 [list] => List Title 1 ) [1] => Array ( [list_id] => 8 [list] => List Title 2 ) ) ...
Hi, I need to create two dates according to the current time, I need always 15 minutes interval, and get the last quarter of minutes. e.g. : if it is 2008-09-18 17:46:30, 2008-09-18 1...
Hi everyone. I have the following code which works ok, except that when i change the selection in a select box, the correct selection is echoed to the screen, but not the correct selection ...
i want a script in php that i can enter a webage adress and from this adress to give me every link in this page and to go into every link and to give me the links in that page and to go to eve...
this is the code $page = file_get_contents("http://www.google.com/"); preg_match_all("/^<title>(.*)</title>/$/",  $page, $title); echo $title[0][0]; i get Warning: preg_match_all() [f...
Hi kind gurus.. Guys im trying to learn about sending variables through the query string. The example im trying to do is on the following page.... http://www.plus2net.com/php_tutorial...
how can i replace every link with ""? using preg_replace for example www.goolgle.com will output "" ??
Here is the code for my php page located at http://www.mangapow.com/mv.php [Edit: It's listed below in the code snippet] I am trying to make it so all I have to input is http://www.mangapo...
when i try this script <?php $myString = "This is a short string"; $myArray = explode($myString); print_r($myArray); ?> i get this error Warning: Wrong parameter count for e...
I'm trying to build a table based on JSON data, but I can't figure out how to sift through the JSON.  My JSON data comes back like this: {"totalCount":2,"results":[{"id":"41","total":"33707...
Hielo helped me earlier with this script: <?php include ("/home/sites/connect.inc"); mysql_select_db(awc) or die("Unable to load update into mysql"); $data = explode("&",$_SERVER['QUERY...
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\alaris\test1\client_view_s.php:1) in C:\xampp\htd...