| Thread | Last Post | Replies |
|
| open source social networking | 08 Jul 2008 00:32 GMT | 1 |
Does anyone have experience (good or bad) with running any of the growing number of open source social networking platforms - eg elgg, phpizabi, PHP Social Flies etc etc
|
| $_SESSION on a mobile phone | 08 Jul 2008 00:02 GMT | 3 |
I have a web application that uses $_SESSION['tt-login']; to see if the session is logged in. Everything works fine when using an internet browser (Firefox, IE, Flock, Safari) but when I try to access the page on my mobile phone
|
| Embed Font | 07 Jul 2008 23:59 GMT | 10 |
Hi, please help me i want to embed font in a webpage.I like it to show in IE as well as in FF..Is there any technique for that.Thanks a lot.
|
| $_POST case sensitivity | 07 Jul 2008 23:28 GMT | 34 |
I wouldn't consider myself a newbie to PHP since I have never written one line of code in it (am a perl guy myself), but part of a team I am working with is writing some php interfaces into a database and I noticed that they are relaying on HTML form value names to always be
|
| Another Image Gallery Question | 07 Jul 2008 21:46 GMT | 7 |
I'm using the following code to display images in an HTML table: $result2 = mysql_query("SELECT pic_id, thumb_url, photo_url FROM photos WHERE photographer_id = '01'"); while($row = mysql_fetch_array($result2)) {
|
| str_replace other solution if change only first word | 07 Jul 2008 16:35 GMT | 1 |
if $string is a page (example with 1000 words) , where initially there is the word textz; which is the function more fast only for remove this initially word? this is one I found
|
| remove first text inner string which is function more fast | 07 Jul 2008 16:34 GMT | 1 |
if $string is a page (example with 1000 words) , where initially there is the word textz; which is the function more fast only for remove this initially word? this is one I found
|
| Parsing html to php array | 07 Jul 2008 15:23 GMT | 3 |
I've been trying to find a code or a way to create that a parse that return this to me: $html['body']['p'] = 'loren ipsum'; $html['body']['p'] = 'loren ipsum 2';
|
| multidimensional array | 07 Jul 2008 14:58 GMT | 3 |
I have a list of nealry 800 products in a database in the following format: name | price | url prod1 | $10 | www.comp1.com
|
| watch priyamani glamors photo | 07 Jul 2008 07:15 GMT | 1 |
watch priyamani glamors photo from movie clips ***************************************** http://priyamaniforyou.blogspot.com/
|
| echo format Q | 06 Jul 2008 18:08 GMT | 11 |
Irrelevant question time, probably: Is there any advantage/reason to use one format over the other for the following two types of echo statements? 1. echo "error is " . $error;
|
| MySQL Encryption | 06 Jul 2008 12:03 GMT | 7 |
I'm writing a Web application using PHP5 connecting to a MySQL database. I've told the client's application administrator to look after back-ups of the database by using the "Export" option in phpMyAdmin to automatically copy the database contents (recorded as SQL statements) to
|
| if ($b[$a]) $a=$b[$a]; More elegant way to write this? | 06 Jul 2008 11:57 GMT | 4 |
Okay, I'm using this construction a LOT lately: if ($b[$a]) $a=$b[$a] (The IF is actually usually an isset() or != '' ... bu you get the picture.)
|
| Overriding class constants | 06 Jul 2008 01:48 GMT | 12 |
I want to provide a set of static functions in a superclass that work with class constants defined in a decendant of that class. Unfortunately I've run into a snag with this idea. Example: class SuperClass
|
| New to PHP | 05 Jul 2008 14:29 GMT | 5 |
I am new one to exploit XAMPP. I think,it's a childish question. I have installed XAMPP in my system. Now i want to run mysql in my command prompt.
|