Search Results

Showing results 1 to 24 of 24
Search took 0.01 seconds.
Search: Posts Made By: xarz
Forum: PHP Dec 14th, 2008
Replies: 5
Views: 604
Posted By xarz
the easiest way to do that, by having the following code:


$linkback=$_SERVER['HTTP_REFERER'];
$trusted_links=array("http://www.daniweb.com", "http://www.daniweb.com");
$found=0;...
Forum: PHP Dec 14th, 2008
Replies: 2
Views: 1,032
Posted By xarz
thanks alot for the link.. i didn't really get what by what you explained but i'll try to understand more about mp3.. maybe i can get some knowledge from it..
Forum: PHP Dec 13th, 2008
Replies: 2
Views: 1,032
Posted By xarz
Is there anyway to get metadata of an mp3 file using php? Even just the track length. Thanks.
Forum: PHP Dec 12th, 2008
Replies: 6
Views: 4,117
Posted By xarz
check this page

http://mediumexposure.com/techblog/smart-image-resizing-while-preserving-transparency-php-and-gd-library
Forum: PHP Dec 10th, 2008
Replies: 6
Views: 4,117
Posted By xarz
actually, I myself use it and its really working..
Forum: PHP Dec 10th, 2008
Replies: 6
Views: 4,117
Posted By xarz
<?php
//header ("Content-type: image/jpeg");
/*
JPEG / PNG Image Resizer
Parameters (passed via URL):

img = path / url of jpeg or png image file

percent = if this is defined, image is...
Forum: PHP Dec 4th, 2008
Replies: 6
Views: 585
Posted By xarz
i spotted something also which perhaps can solve your problem

$que_id = uniqid(que);


should be


$que_id = uniqid($que);
Forum: PHP Dec 4th, 2008
Replies: 6
Views: 585
Posted By xarz
have you to tried to check the mysql errors?


echo mysql_error();


or an alternative to the insert statement


$db->query("INSERT INTO tbl_CT_Responses
Forum: PHP Dec 3rd, 2008
Replies: 6
Views: 585
Posted By xarz
you should try echoing the query first just to check that it really works out


echo "INSERT INTO tbl_CT_Responses (Response_ID,Questionnaire_ID,Response_Date)
VALUES...
Forum: PHP Dec 3rd, 2008
Replies: 8
Views: 563
Posted By xarz
i don't know if this will really work or not but instead of having
extract($row);
$recordnum = stripslashes($recordnum);
$firstmiddlename = stripslashes($firstmiddlename);
$lastname =...
Forum: PHP Dec 2nd, 2008
Replies: 6
Views: 644
Posted By xarz
There are 2 ways to pass an information in web.. It is either through POST or GET..

if you see and extension of index.php?id=1 .. it means that the page is trying to send an information. This is...
Forum: PHP Dec 2nd, 2008
Replies: 3
Views: 522
Posted By xarz
if you already change the default file for that folder using mod_rewrite, i think you can just use the directory name as a value inside the action. You don't need to include the default.php anymore.
Forum: PHP Dec 2nd, 2008
Replies: 11
Views: 3,157
Posted By xarz
I think I agree with kkeith29..

This might not answer your question directly on how to move a certain data from one table to another but instead, you can add a new column in the database which...
Forum: PHP Dec 2nd, 2008
Replies: 5
Views: 1,064
Posted By xarz
sikka_varun and cwarn23


thanks alot for the codes..

I make some modifications to fit my need from your work guys.
basically the changes are adding a parameter so that I can choose what date...
Forum: PHP Dec 1st, 2008
Replies: 8
Views: 746
Posted By xarz
@cwarn23 yeah, I agree with your code also.. I use it the same way.. just add htmlentities to make sure that there will be no sql injections.. :P
Forum: Community Introductions Dec 1st, 2008
Replies: 6
Views: 470
Posted By xarz
Yeah.. they're great tv shows.. i just don't know why they stopped HIMYM..
Forum: PHP Dec 1st, 2008
Replies: 5
Views: 1,064
Posted By xarz
@cwarn23

great! thanks alot for the code..
i haven't tried it yet.. but will let you know if there are any problems with it..
Forum: Community Introductions Nov 29th, 2008
Replies: 6
Views: 470
Posted By xarz
Alright.. got it.. thanks..
Forum: PHP Nov 29th, 2008
Replies: 50
Views: 4,782
Posted By xarz
hi kkeith29!
Im looking for an ajax/php/mysql driven chat in which most probably Im going to modify a little bit to fit my soon-to-open-website.. I found bunch of them around the net but most of...
Forum: PHP Nov 29th, 2008
Replies: 8
Views: 1,203
Posted By xarz
or use the include("default.php") inside index.php
Forum: Community Introductions Nov 29th, 2008
Replies: 6
Views: 470
Posted By xarz
I see.. so,thanks alot.. by the way, can you help me how to subscribe to a thread?
Forum: PHP Nov 29th, 2008
Replies: 5
Views: 1,064
Posted By xarz
I don't know how to explain this correctly but just some sample for you guys so that you can really get what Im trying to say.

Today is November 28, 2008

3 days from now is December 1,2008
...
Forum: PHP Nov 29th, 2008
Replies: 8
Views: 1,203
Posted By xarz
this might be a little bit different from what you want but you can place an index.php file inside myhost/docs/default and place a code index.php which will redirect you to any page that you wish in...
Forum: Community Introductions Nov 29th, 2008
Replies: 6
Views: 470
Posted By xarz
As you know it. I'm a new member in this cool website. I have been around this site for almost a year. This is one of the website that I look upon when I have problems with my php codes and stuffs. ...
Showing results 1 to 24 of 24

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC