39,320 Topics
| |
Anyone please help me, just i am very new to this content management system. In drupal, i am having this following roles : students, teacher, principal. Students -> should have only access to see only their personal information and their marks. Teacher -> should have only access to see their … | |
Hi, I have a php script that send emails, I want it to run daily on the server. I thought that CRON JOB can do that for me but the guy who owns the server told me now that he can only run SH file? shell script if I'm not … | |
Hi All, I'm trying to access php-code on another url: Local php-code test.php: [CODE]ob_start(); include( "http://www.mysite.eu/ext.php"); echo "Local call!"; echo "External call: ".GetExternal( ); ob_end_flush(); ?>[/CODE] And the code on the other url in ext.php: [CODE]<?php function GetExternal( ) { $output = "This is external text"; return $output; } ?>[/CODE] … | |
hii all, i've create upload website, i've been stuck with following error i had 3 tables in my database table request, table upload and table feedback table request : id_request;---primary key subjek; isi; pelaksana; table upload : id_upload,----primary key id_request,----foreign key filename, filedata, filesize, filetype table feedback : id_feedback,----primary key … | |
banner_manager.php [CODE] <?php //if (!$_SESSION['login']){ // echo "Anda tidak berhak mengakses halaman ini."; // exit(); //} include ("includes/koneksi.php"); $_REQUEST['simpan'] = isset($_POST['simpan']) ? $_POST['simpan'] : ''; $_REQUEST['link'] = isset($_POST['link']) ? $_POST['link'] : ''; $_REQUEST['gambar'] = isset($_POST['gambar']) ? $_POST['gambar'] : ''; $_REQUEST['id'] = isset($_POST['id']) ? $_POST['id'] : ''; //SIMPAN DATA if (isset($_REQUEST['simpan'])){ … | |
Id like to show total number of users elsewhere on my site, and dont know which part of the following code calls that. I want to have 'some text[number of users here], and counting!' I need to strip out only the minimum code to display the total number within another … | |
Hi i am trying to sort out a complicated part of my website and its a bit complicated, so i will try and explain it as easily as possible. Basically i am dealing with two tables one has a list of records, the main field is offer_id, the second table … | |
Hey guys, I have a question that I need an answer to: How do you display a person's name and score? Say, for example, a user takes a quiz and gets 80% on it. I want this information to be displayed on the side of the screen for everyone to … | |
Hello everyone, First of all I would like to introduce myself, I'm tom and I spend hours developing websites. Right, down to the serious stuff... I have made a nice little AJAX based commenting system, it shows the 5 latest posts, so, when a user posts a comment the list … | |
hi,i want to insert date into mysql table..but the date must not be current date.for example if i am giving 12-3-2003.then ,this date should be insert into the database...... thanks advance | |
-upload.php- [CODE]<table width="500" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC"> <tr> <form action="rename.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <td> <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF"> <tr> <td><strong>Single File Upload </strong></td> </tr> <tr> <td>Select file <input name="ufile" type="file" id="ufile" size="50" /></td> </tr> <tr> <td align="center"><input type="submit" name="Submit" value="Upload" /></td> </tr> </table> </td> </form> </tr> … | |
Hey guys, Recently a friend of mine asked me to help her with her magazine website. I gave this website a look and figured out that it might be that tabs are not directing to the right URL or there are some files missing from the server. I have never … | |
dear i am fasing problem in uploading files,uploading file is properly working in local host but when i upload the file its not working through admin area the condition is giving false and excute else statement kindly help me on it [CODE]if($_REQUEST['action']=="addwall") { $cat=$_REQUEST['category']; $sub=$_REQUEST['subcategory']; $folder="wallpapers/"; $path=$folder.$_FILES['file']['name']; if(move_uploaded_file($_FILES['file']['tmp_name'],$path)) { mysql_query("insert … | |
Hi. First off, I'm new to PHP. So you will have to be real specific with your answers. I'm trying to create a comments section under my news articles and I'm having a real hard time with it. At first I was wanting to make it so that a new … | |
hi, here i am using library management system...now i got 1 problem with insertion of date into 2 rows in two different table in mysql.date is inserting through php page.with in a single time, i want to insert the date into 2 rows of 2 tables.the table names are issue … | |
Hi, Can anyone tell me how to convert text to speech in PHP? There are some tools like festival and flite etc that can be used for converting text to speech. But i don't have much expertise in PHP. | |
Create the HTML we will be using. I will show the whole code and then break it down so you can see what each thing does. Let's start. Create a new html file called [B]index.html[/B]. HTML Code: [COLOR=#000080]<html>[/COLOR] [COLOR=#000080]<head>[/COLOR] [COLOR=#000080]<title>[/COLOR]AJAX Demo[COLOR=#000080]</title>[/COLOR] [COLOR=#800000]<script src='getnv.js'>[/COLOR][COLOR=#800000]</script>[/COLOR] [COLOR=#000080]</head>[/COLOR] [COLOR=#000080]<body>[/COLOR] [COLOR=#000080]<div id='menu'>[/COLOR] [COLOR=#000080]<ul>[/COLOR] [COLOR=#000080]<li>[/COLOR][COLOR=#008000]<a onClick='check_content("page.php?id=index")'>[/COLOR]Home[COLOR=#008000]</a>[/COLOR][COLOR=#000080]</li>[/COLOR] … | |
Hello, Savior(s)! I have been given a task to do the following: [I]"Assume that you have a database with a table named "trainer" with fields (trainerID, userName, fullName, email): - create this DB and table then insert some random data manually - create sql query to check if there any … | |
Hello, I am having a similar issue. I am building a shopping cart. On my product details page I have this, which works fine by the way : [CODE] <?php // Check to see the URL variable is set and that it exists in the database if (isset($_GET['id'])) { // … | |
Hi, This is what I'm trying to achieve...... An html table on a page which shows results from a series of races with the competitors listed on the x axis and the results per race on the y. Each series has a different number of races so it isn't possible … | |
Hey, I need some help with working out if a timestamp is today or not... Eg - 1318245850 is Today - 1286709850 isnt today... Dan | |
Hello, I'm trying to create a form inside another form that it submits it depending on the option you choose on the select field using the js event "onselected="this.form.submit" but Im not familiar how to use it, the initial code is like that: [CODE]<form name="form1" method="post" submit="form1.php"> <form name="form2" method="post" … | |
Hi I have a bar which dropdownbox so transparant, in a way that I could hardly read its text because its overlap my content text and pictures. But its order superseed the side bar box. I could clearly read its text on the side but hardly read its text on … | |
Hi, this is cwarn23 just posting a link to a youtube video for those constantly redirecting users to google or lmgtfy.com but now here is another tool for you to use. I have posted a youtube video which you can use to teach all of those users how to read … | |
Judul <<< First << Prev 1 Next >> Last >>> Judul File gambar image_gallery.php [CODE] <?php include('includes/header.php'); include('includes/koneksi.php'); $imgDt = isset($_POST['imgDt']) ? $_POST['imgDt'] : ''; //Save File if (isset($_REQUEST['save'])){ if (empty($_FILES['uploaded_file'])){ echo "Tidak ada file yang diupload."; }else{ $title = mysql_real_escape_string($_REQUEST['title']); //$uploadPath = uploadPicture("uploaded_file"); $uploadPath = $_FILES['uploaded_file']; $sqlstr = "INSERT … | |
i have two submit buttons in one form. one is view and other is print. these two buttons has only one action in the form. both of them will go to another same page. but,how can i make it when i click view, the next page will be shown, when … | |
I am currently able to achieve number format as 1,000,000,000 but I want to get it as 1,00,00,00,000. How can I achieve this? can some one help please. Currently I use as below. [CODE]<? echo number_format($row["SUM(Amount)"],0); ?>[/CODE] | |
i want to create dynamic swf files using swf file template. i have an embed code like this <EMBED src="http://mysite.com/120_600.swf?inner=http://mysite.com/brand/files/wirelessidea/79/BANNER-DIVERZONA_120X600.swf&url=http://mysite.com/trackingcode.php?aid=1&linkid=F1" quality=4 width='120' height='600' > </EMBED> in this [url]http://mysite.com/120_600.swf[/url] file is empty. now i am passing inner&url parameters to this swf file. automatically create swf file in 120_600.swf. when ever we … | |
hi, here i was trying to create table with primary key and foreign key. i had used follwing codings...but getting error like[B]" Can't create table 'test.book' (errno: 150)"[/B]..thanku 4 any help [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title>Create Table</title></head> <body> <? /* Change next two lines */ $db="test"; … | |
im trying to make a rating system where the user can either "like" or "dislike" a picture. but for testing im just using 2 names from a mysql database. once the user hits like, the query will add 1 to the column "name_votes", and would subtract 1 if the user … |
The End.