Forum: PHP Dec 18th, 2008 |
| Replies: 0 Views: 272 HI,
i have integrated the cross-browser RTE editor into my Site But whenever i try to use any of its features like uploading or adding hyperlinks it opens a popup telling me that Page Not Found
... |
Forum: PHP Nov 12th, 2008 |
| Replies: 1 Views: 553 HI all ,
i have a list box(combo box) that contains 100 items and i need to send this whole list to another form (i.e i need to insert these options in the list in the DB )
the problem is... |
Forum: PHP Nov 4th, 2008 |
| Replies: 3 Views: 373 meaning that :
<option value="1" >option1</option>
how can i color this option or highlight it
the main problem is i have a drop down menu for parents and their child categories so i need to... |
Forum: PHP Nov 4th, 2008 |
| Replies: 3 Views: 373 is it possible in Php to make the option items colored or to highlight some items??????????? |
Forum: PHP Nov 3rd, 2008 |
| Replies: 1 Views: 458 i need to add an option from list1 to list2 when the user clicks on ADD to List button
but sth is wrong with my code it's not working
function AddItem()
{
var opt =... |
Forum: PHP Nov 2nd, 2008 |
| Replies: 2 Views: 492 is it possible to make the user choose his favourite color from a Box like the Paint Program which contains all the colors |
Forum: PHP Oct 26th, 2008 |
| Replies: 1 Views: 409 Hi , i need help with me Joomla site ,
i need to make the file permission of the images folder set to 777 only during uploading and afterwards make it set to 755
i need to make also a timer... |
Forum: PHP Oct 26th, 2008 |
| Replies: 0 Views: 310 im new to Joomla..and i need somebody help me where the joomla scripts are ???
i mean i want to edit the JCE uploading script and i dont know where the scripts are |
Forum: PHP Oct 23rd, 2008 |
| Replies: 8 Views: 1,236 Ur a HERO
that was so easy
THANKS "Jt1" SO SO SO MUCH |
Forum: PHP Oct 22nd, 2008 |
| Replies: 8 Views: 1,236 /*** The Links script called adminlinks.php***/
<?session_start();
$action=$_GET['action'] ;
switch ($action) {
case "partner_company":
include... |
Forum: PHP Oct 22nd, 2008 |
| Replies: 8 Views: 1,236 No its just basic Php , no files or functions |
Forum: PHP Oct 22nd, 2008 |
| Replies: 8 Views: 1,236 No,Thats not the case in my script
i have a file called links this file contains a switch statement and i need to send this variable to that file addcustomer
i also tried your way but it not... |
Forum: PHP Oct 22nd, 2008 |
| Replies: 8 Views: 1,236 Is It Possible to pass a variable through an included file
include("../admin/addcustomer.php?page=partner");
i tried it but it says : Failed to open stream: No such file or directory
... |
Forum: PHP Oct 12th, 2008 |
| Replies: 2 Views: 995 i have a JS that generates fields on the fly
i set a counter so that i can count the no. of fields the user generated
now i need to loop through these fields
and i dont know how to use... |
Forum: PHP Oct 8th, 2008 |
| Replies: 3 Views: 456 yeah thats what i mean dynamic text box generation |
Forum: PHP Oct 8th, 2008 |
| Replies: 3 Views: 456 im asking the user to enter the number of fields he want to generate and i need to take this number and generate him the fields when he click Submit
can anyone Help Me |
Forum: PHP Oct 7th, 2008 |
| Replies: 1 Views: 500 i really need help in my script for uploading multiple files ...the script looks very fine and i cant see anything wrong in there:
<td>Gallery</td>
<? for($i=1;$i<=4;$i++)
{
... |
Forum: PHP Oct 6th, 2008 |
| Replies: 2 Views: 432 im having a problem in resizing an image on the Fly and i just need to know is there anything wrong with that line
<img... |
Forum: PHP Oct 4th, 2008 |
| Replies: 1 Views: 527 I have a problem with DATES ..
i used to get the date from the user as 20-10-2009 and the DB field is DATE not TIMESTAMP
then i use the following line to convert the date to DD-MM-YYYY when... |
Forum: PHP Oct 2nd, 2008 |
| Replies: 9 Views: 712 Thank You Very Much POA
but may i ask why are u using
strtotime here ?? why not just say
$newDate=date('d-m-Y'); |
Forum: PHP Oct 1st, 2008 |
| Replies: 9 Views: 712 U know Thanks So much i solved the problem
but now i faced another
when the date is displayed its displayed YYYY-MM-DD
is their anyother way to display it as DD-MM-YYYY ... |
Forum: PHP Sep 30th, 2008 |
| Replies: 9 Views: 712 I Need to insert a date into mysql database i dont know which is better
using DATE or VARCHAR as the date field ??
im using now the DATE type but whenever i insert any date its not inserted in... |
Forum: PHP Sep 26th, 2008 |
| Replies: 14 Views: 1,828 Excuse Me But im not using FireFox im using Opera and IE7 ..
and i dont know how to open the error console |
Forum: PHP Sep 25th, 2008 |
| Replies: 14 Views: 1,828 Im So Glad It Works With You :)
But i dont know why its not working with mee
inaddition to that
at the bottom there is a message that says "Error On Page" |
Forum: PHP Sep 25th, 2008 |
| Replies: 14 Views: 1,828 <? ob_start();?>
<?session_start() ;
include("include/connection.php") ;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> |
Forum: PHP Sep 25th, 2008 |
| Replies: 14 Views: 1,828 U know i tried what u said but nothing happens ??
i want to ask sth.
does the admin.php script needs 2 be in the same directory as the script X.php ..
and i also copied it to the same... |
Forum: PHP Sep 24th, 2008 |
| Replies: 14 Views: 1,828 what do u mean by frames ??
i mean i have the <head> and <body> tags in a script called X.php and the body of this script includes a script called (admin.php) this admin.php is the one containing... |
Forum: PHP Sep 24th, 2008 |
| Replies: 14 Views: 1,828 i need help in my project,
i need to get the mous focus on the username text field in the admin page
but the problem is the body & head of the page is in another page
so when i use... |
Forum: PHP Aug 17th, 2008 |
| Replies: 2 Views: 1,160 |
Forum: PHP Aug 17th, 2008 |
| Replies: 2 Views: 1,160 i have a login page which contains a text box for a username
i want whenever i get to this page the Cursor is in the Text Box Waiting for my entry
i know its so simple but im new to JS |
Forum: PHP Aug 16th, 2008 |
| Replies: 3 Views: 715 I Tried it but it's not workin !! |
Forum: PHP Aug 16th, 2008 |
| Replies: 3 Views: 715 i need to know how to get the selected value from a drop down box in php
for example :
while($row=mysql_fetch_array($query))
{
echo"<option value='category'>".$row["cat_name"]."</option>";
}... |
Forum: PHP Aug 11th, 2008 |
| Replies: 1 Views: 824 i want to display the results of a sql statement in several pages
i have 6 rows .and i set the page limit to 2 rows
so i have 3 pages
i followed some tutorial online :... |
Forum: PHP Aug 11th, 2008 |
| Replies: 2 Views: 1,528 can anyone heLp me
i need to send an id to a page through a javascript function but it wont work
he can't read the variable
function confirm_delete() {
var answer=confirm("Are You... |
Forum: PHP Aug 10th, 2008 |
| Replies: 2 Views: 466 Heloo,
i've just downloaded a template for my site but i dont know how to use it in my PHP code
can anyone just state some steps to follow
thnx |
Forum: PHP Aug 10th, 2008 |
| Replies: 5 Views: 642 i tried this but not working still can't view my image |
Forum: PHP Aug 10th, 2008 |
| Replies: 5 Views: 642 this page opens in a pop up where it fetches an image from the Database ...everything works perfect except for passing the id part..
i'm tired of trying and i kept 5 days googling but could not... |