|
Web2.0 style tags - where to start? Hi I'm working on a project where we're building a collection of videos in Flash and the idea has been mooted that it would improve usability if we were to allow users to tag videos they've seen a la last.fm, flickr youtube etc. It's still very early days and I'm quite interested in putting something together... 31 Jul 2008 02:08
Why PHP4? I'm interested - why are people still using PHP4? It's been over 4 years (I think) - plenty of time to upgrade to five. -- Richard Heyes http://www.phpguru.org ... 8 Aug 2008 14:06
getting info from video formats Hi. I want to enable video and flash for my CMS, but that requires that i can read at least the dimensions of a video file.. ImageMagick's "identify" command supposedly reads AVI and MPEG, but i can't get it to work on my avi's: C:\Users\rene\Documents\Downloads>identify Stargate.Atlantis.S05E02.HDTV.XviD-0... 28 Jul 2008 14:08
Problem with using array_diff and array_combine I hope I can explain what I am trying to do. I have two tables the first one has the custom form elements formelements_id formelements_field_type formelements_field_caption members_id 35 text test 8 36 text test2 8 The second one has the customer id and the field value withe the field name ... 27 Jul 2008 19:42
SOLUTION [Fwd: Start/Stop Service from program php] In the /var/log/secure i can see "sudo: apache : sorry, you must have a tty to run sudo; TTY:unknown...." So, i edit line and comment in visudo to next ### Default requiretty And, eureka, work fine from a web page Thanks all ---------------------------- Mensaje original ---------------------------- A... 27 Jul 2008 15:35
Start/Stop Service from program php Hi I try execute unsucesfull the next code from web page <?php $cmd1 = shell_exec ("sudo /sbin/service named stop"); echo "$cmd1"; ?> I need write a script execute some command, but try start or stop service like named, network this don't work I edit visudo and add the next lines User_Alias MYGROUP =... 27 Jul 2008 11:28
get current php locale is there a way to get the current locale being used by php and the encoding it uses? Ben ... 27 Jul 2008 21:45
PHP Threads (Language) extension? I can't find an extension that would allow you to use the PSOIX thread functions in PHP. I know of the pcntl_ functions but fork() just won't do it for me, I need access to real threads. I started writing an extension to supply an API to POSIX threads but then decided to ask here first to see if there are any cu... 26 Jul 2008 18:09
It may be OT. phpmyadmin not opening. hi , sorry for posting here.I really dont know where to post I asked in the mysql IRC they said it doesn't belongs to them. here is my question. I have installed Wampp and i'm not able to open phpmyadmin from networked pc. Though i can open the pages. but not phpmyadmin. thank you sorry again. ... 27 Jul 2008 00:16 |