I'm having some problems with this code:
Code: echo '
<A HREF="javascript:void(0)"
onclick="window.open('http://website.net/community/xspf_player.swf?playlist_url=http://website.net/community/playlist.php?u=',$message['member']['id'],'')">
Open a new window</A>';
Can anybody help formatting this right?
Ignore html and bbcode?
I've created a function to limit the amount of text according to the amount of words.However it ruins html and bbcode tags.. . I only want it to have affect on everything else within $text but not
Displaying image from database
Hi,I've got a site where that's got a database behind it. Currently it has loads of items in rows that all have different pictures. There is a field called "Image" that has the name of the
explode() function problem maybe
Hi I'm having trouble searching my database. When I type two words in the search field it only searches for the second word. For example: if I typed london zoo , it will only search for zoo.Is this
Custom list order
Hi there,I have checked this tutorial and it's great till the point where I want to display my data by a variable. Let's say that I have in my table these fields:- id- name- usort- categoryI want to
Update data to upper case in parent/child tables
Hi Gurus!
ORA-00932: inconsistent datatypes: expected - got CLOB
SO : windows xp
Serial number of exernal hard disk/Thumbdrive
Hi guys,
help with contest script
I would like to code a contest script to my site but i don't know how. Could someone just give me push in the right direction?
Session is not saving
I am not trying to do anything too fancy, I am just trying to get some $_SESSION data to save and use it on the next page, but so far no luck. Its saving some data to $_SESSION['name'] and then
Displaying data from MySql a different way
Hi all,I'm pretty new to php and MySql and have hit a problem.I am able to display data in a table using the following code:<?php $database="MYDATABASE"; mysql_connect