Good Morning Nagendra,
Nagendra wrote:
> Sorry, I haven't mentioned in my earlier mail that the variables $filter
and
> $filterfield are global variables which I already defined.
I couldn't see this in your earlier mail but does the error occur inside a
PHP function?
I would assume so and this c
+1
This is the way to do it IMO. Has worked for me.
Karl
On Jul 4, 2010, at 1:26 PM, Vinay Kannan wrote:
So basically you want to be able to associate an image with an Mp3,
and the
path to the mp3 is stored in the DB, right ?
If above is the case, why dont you upload the image to an image
So basically you want to be able to associate an image with an Mp3, and the
path to the mp3 is stored in the DB, right ?
If above is the case, why dont you upload the image to an image folder, and
save the path to the image in the DB too along with mp3 path details, I
think this should work !
Than
Thanks Jason, However will this work if each time let say a variable called
$mp_url will change. I hope you know what I meant. The MP3 link will not be
constant, but the image file link could be constant.
I already linked the MP3 link with its own name (Text ) and its working but
now I want to rep
Try the next verification to see what's the var
Best regards.
2010/7/4 Nurul Abser
> Dear coder,
>
> New version of php give php Notice if the script contain any variable which
> has not value. Please debug your script by printing the varible and confirm
> that the varible got value.
>
> Tha
Hi All,
I have a database of MP3 and I want to link the download tab with an image
so that when user clicks on the image the download should start. I have full
path of MP3 in my database, I just want to link the same image with every
song. I don't want to upload the image to mysql database. I hope
Dear coder,
New version of php give php Notice if the script contain any variable which
has not value. Please debug your script by printing the varible and confirm
that the varible got value.
Thanks
Abser
On Sun, Jul 4, 2010 at 4:30 PM, nagendra prasad wrote:
>
>
> Hi All,
>
> I have this php
Hi Everyone,
Sorry, I haven't mentioned in my earlier mail that the variables $filter and
$filterfield are global variables which I already defined.
Best,
Guru.
Good morning Nagendra,
Nagendra wrote:
> ...
> The above code is giving me the following errors:
> Notice: Undefined variable: filter in
> C:\wamp\www\5_Final\index.php on line 228
> Notice: Undifined Variable: filterfield in c:\wamp\www\5_final\index.php
on
> line 233 > Type
> ...
The error
Hi,
Those are notices not warnings(meaning they can be ignored sometimes,
search for error_reporting in the PHP manual).
In your example, if you do not wish ignore the notices, then
initialize the different variables to some value.
Sent from my iPhone
On 04/07/2010, at 6:30 PM, nagendra p
Hi All,
I have this php form that I have inserted in the result page.
All Fields
">
">
">
">
***
11 matches
Mail list logo