Search found 16 matches

by bennythemink
Thu Oct 07, 2010 1:31 am
Forum: PHP - Theory and Design
Topic: Streaming audio as Radio station
Replies: 3
Views: 1699

Streaming audio as Radio station

Hi folks, Just was wondering if anyone has had any experience in this? I've set up a xmoovstream server http://stream.xmoov.com/ in a LAMP architecture to stream audio. All is working well, i can connect to the server, press play and stream the audio file. But I'd like it to be radio broadcast like,...
by bennythemink
Fri Aug 18, 2006 8:02 am
Forum: PHP - Code
Topic: php version question
Replies: 6
Views: 447

did that but still not getting an error message and the code after that fgetcsv() is still not being run?!
by bennythemink
Fri Aug 18, 2006 7:53 am
Forum: PHP - Code
Topic: php version question
Replies: 6
Views: 447

sorry, no error message or anything! it just doesnt execute any code after fgetcsv()?
by bennythemink
Fri Aug 18, 2006 5:09 am
Forum: PHP - Code
Topic: php version question
Replies: 6
Views: 447

php version question

hi guys, for some reason the method fgetcsv() doesnt work even though im using php version 4.3.11? it was implemented in verison 3.0.8 i have the same code on a platform running php version 5.1.2 and it works on that?!!! anyone have any ideas? many thanks for any help. benny heres the code in case y...
by bennythemink
Fri Jul 28, 2006 8:34 am
Forum: Installation and Configuration
Topic: why does this happen? 403 err
Replies: 0
Views: 531

why does this happen? 403 err

hey guys, this is prob a really easy one to fix. ive a php5/apache/mySQL environment setup on my windows box. all is running well except when i try to open a php page i get a 403 permission err saying its forbidden?!!!! i set up the same environment on a windows box before this and it all worked fin...
by bennythemink
Fri Jul 28, 2006 3:52 am
Forum: PHP - Code
Topic: can you do this in PHP?
Replies: 12
Views: 649

hey sweatje, thanks for the code, im actually outputting straight to excel. its working fine so far except that i cannot reference cells in formulas which have not yet had content added to them, il prob have to create some kind of buffer. what i mean is that if i have a formula in the first cell tha...
by bennythemink
Thu Jul 27, 2006 12:17 pm
Forum: PHP - Code
Topic: can you do this in PHP?
Replies: 12
Views: 649

thanks for all the help. in the end i used CSS to format the resultant table generated by PHP. some of the formulas suffered as a result but it might just pass the test yet:)
by bennythemink
Thu Jul 27, 2006 3:53 am
Forum: PHP - Code
Topic: can you do this in PHP?
Replies: 12
Views: 649

wont work :(

hey thanks for all the help. Everah: do you remember the name of that excel script at PHPClasses.org? does it allow for formatting? Pickle: did you manage to get that PHP_writeexcel to work? I downloaded it and put it on my server put it just gives me errors anytime I try to run the examples that co...
by bennythemink
Wed Jul 26, 2006 11:15 am
Forum: PHP - Code
Topic: can you do this in PHP?
Replies: 12
Views: 649

thanks

thanks for all the help! il have a look into that.
by bennythemink
Wed Jul 26, 2006 9:43 am
Forum: PHP - Code
Topic: can you do this in PHP?
Replies: 12
Views: 649

thanks for that

was thinking id have to do that, was just hoping i wont have to:( thanks for the heads up, will this allow for cell formulas to be included by PHP or would I still have to apply those by opening the generated Excel file and writing them manually? if i know the answer to this question then i can argu...
by bennythemink
Wed Jul 26, 2006 8:49 am
Forum: PHP - Code
Topic: can you do this in PHP?
Replies: 12
Views: 649

can you do this in PHP?

Hi guys,

is there any way I can format an excel sheet generated through php without using PEAR? by formatting I mean the appearance and if possible applying formulas, really stuck on this one so any help is appricated.

thanks
b.
by bennythemink
Thu Jun 15, 2006 6:19 am
Forum: PHP - Code
Topic: can u create a RecordSet in a function??
Replies: 3
Views: 777

its ok, got it working, im feckin stupid :D all i needed to do was to pass a reference to the connection variables to the function! i cant believe i didnt think of that sooner! sorry to waste every1s time!
by bennythemink
Thu Jun 15, 2006 5:58 am
Forum: PHP - Code
Topic: Remove HTML tags AND the text between
Replies: 8
Views: 1460

Pimptastic | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Let...
by bennythemink
Thu Jun 15, 2006 5:29 am
Forum: PHP - Code
Topic: can u create a RecordSet in a function??
Replies: 3
Views: 777

code included

Pimptastic | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] hey...
by bennythemink
Thu Jun 15, 2006 5:08 am
Forum: PHP - Code
Topic: Remove HTML tags AND the text between
Replies: 8
Views: 1460

maybe javascript?

hi,

what about using javascript to loop through the tables elements and setting their value to blank using the innerHTML property? then strip the tags once the javascript is completed.

???