Forum: PHP Oct 5th, 2009 |
| Replies: 4 Views: 278 Anybody have any ideas please? |
Forum: PHP Oct 1st, 2009 |
| Replies: 4 Views: 278 Thanks for the tip.
Unfortunately that doesn't solve the problem. What I need is a way of holding on or storing to the $project_id variable so when I click onto the sub project page the... |
Forum: PHP Sep 30th, 2009 |
| Replies: 4 Views: 278 Hi guys hoping someone can help me out please.....
Got the code where a side menu appears with sub-pages link which are related to the main body article. To do this I used the the command - where... |
Forum: MySQL Mar 30th, 2009 |
| Replies: 0 Views: 246 Hi I have the code below and I just simply want to return the results from another table ant the same time. I thought I could just add FROM member, members2 or add a join but nothing seams to... |
Forum: PHP Mar 27th, 2009 |
| Replies: 5 Views: 622 The login script
if ( $num != 0 ) {
// A matching row was found - the user is authenticated.
session_start();
list($user_id,$user_name) = mysql_fetch_row($result);... |
Forum: PHP Mar 27th, 2009 |
| Replies: 5 Views: 622 I think as I'm not using cookies in my session that's why the absolute urls are re-starting it.
I would much prefer to use relative links, but because the header with the navigation is being... |
Forum: PHP Mar 26th, 2009 |
| Replies: 5 Views: 622 Hi all,
I've got this problem where I'm using one "include header" for my website. It has in it the navigation and because my site is spread out in and out of folders I need to use absolute links... |
Forum: PHP Mar 16th, 2009 |
| Replies: 3 Views: 340 I've decided to make a change and start using a new date picker. If anyone is interested,
http://www.triconsole.com/php/calendar_datepicker.php
works very well.
Cheers |
Forum: PHP Mar 16th, 2009 |
| Replies: 3 Views: 340 Maybe it got to do with
$date = $date15_year.'-'.$date15_month.' '.$date15_date; |
Forum: PHP Mar 16th, 2009 |
| Replies: 3 Views: 340 Hi guys, hoping someone can shed some light. I have a script that I've been using for a while to submit a date to Mysql. Its been working fine but now I'm trying it on a site I'm building and when I... |
Forum: PHP Jan 16th, 2009 |
| Replies: 3 Views: 658 Hi,
Just hoping someone could point out how to do this: Users can either insert a link to audio or upload audio. Rather than have 2 separate fields in my mysql table (that would lead to more... |
Forum: PHP Dec 11th, 2008 |
| Replies: 1 Views: 730 "upload_max_filesize" setting - check that's not lower than the size of your mp3's! |
Forum: PHP Dec 11th, 2008 |
| Replies: 1 Views: 730 Hi,
This script works great when uploading photos but if I try mp3's I get 'Error uploading file'
Any ideas would be much appreciated!
Thanks |
Forum: MySQL Dec 10th, 2008 |
| Replies: 3 Views: 578 Found the solution!
SELECT * FROM show_archive, shows WHERE show_archive.show_id = shows.id |
Forum: MySQL Dec 10th, 2008 |
| Replies: 3 Views: 578 Thanks but getting an error from that code. |
Forum: MySQL Dec 9th, 2008 |
| Replies: 3 Views: 578 Hi can someone shed some light on this problem I'm having please?
2 tables
SHOWS_ARCHIVE (TABLE 1)
ID
SHOW_ID
AUTHOR |
Forum: PHP Nov 26th, 2008 |
| Replies: 1 Views: 921 To make height of the thumbnail to be the same as the width, just set $h to $w. |
Forum: PHP Nov 26th, 2008 |
| Replies: 1 Views: 921 Hi everyone,
Any ideas how to change this code so I can have a square thumbnails instead of always the same width but not height?
Thanks
function CreateSiteThumbnail($srcFile,... |
Forum: PHP Nov 5th, 2008 |
| Replies: 1 Views: 3,263 I've sorted it, all it was missing was 'XSE_Player not 'XSE Player |
Forum: PHP Nov 5th, 2008 |
| Replies: 1 Views: 3,263 Hi guys, I have a media player that opens its own window and works fine with Firefox but it's not working for internet explorer. Been trying for ages and lots of different suppose solutions but still... |