52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for temkit

Hi, i find some scripts to unpack tar.gz file on ftp server by not work. How to unpack tar.gz using php some example?

Web Development php
Member Avatar for rajarajan2017
0
79
Member Avatar for benqus

Hello! =) I have a big problem here, with PHP charset stuff. My mysql is utf8_hungarian_ci , but the php shows me only '?' and ?inDiamond signs. I guess the PHP's working incorrectly, because my MySQL returns my records just fine. Any solutions? =) Thank you!

Web Development mysql php
Member Avatar for benqus
0
206
Member Avatar for masterjiraya

I registered some data in my registration.html it seems to work properly but when I clicked submit button to start an action of summarizing the registration.html to be showed up in my registration_summary.php, all it shows is just a blank white page. Why??? this the code. I write the code …

Web Development html-css php
Member Avatar for rajarajan2017
0
250
Member Avatar for ameyanatu

Hi Friends in my project i have to build file input tag to get pdf file from user. this pdf file should be store on my web server disc and path of the file should be store on database. Hey Guys Please Please Help Me. can any body give me …

Web Development asp file-system pdf web-server
Member Avatar for xxxservicexxx
0
223
Member Avatar for azegurb

Hi all, I have a problem with string comparisions for ex; this fucntion [CODE]$id=$_GET['id']; if(isset($id) && $id=benelli){ echo "benelli text"; } if(isset($id) && $id=bettinsoli){ echo "bettinsoli text"; }[/CODE] i do like above but when i got id via URL to go benelli text it writes both benelli text and bettinsoli …

Web Development php
Member Avatar for azegurb
0
85
Member Avatar for leroi green

Hello All, I've been working in a flash site for a couple days and i've gotten a couple errors as of late. Here are the errors: TypeError: Error #1009: Cannot access a property or method of a null object reference. at DefaultAEG_fla::MainTimeline/frame122() TypeError: Error #1009: Cannot access a property or …

Web Development actionscript flash javascript
Member Avatar for rajarajan2017
0
119
Member Avatar for TLCJohn

Hi all, Sorry about this but, I need some help ASAP. I have been working on a form all day, which I built in dreamweaver CS4. Here is where I need help, on the form have a list of options in the form of checkboxes Buttons BUT when the form …

Web Development php
Member Avatar for rajarajan2017
0
123
Member Avatar for iamchamith

I am use asp.net 2.0 with code behind file as the C# i have question..It is... i was created web site and it connect to the database(sql server), at the development time there was no error occur...I could enter data,retrieve data,update data... Then i publish my site...then i connect that …

Web Development asp.net web-server
Member Avatar for vuyiswamb
0
1K
Member Avatar for rahulephp

Can anyone please let me know how to seperate Model Numbers from a string ForEx Titles: 1) Sony DCSW380B 14MP Camera 2) Casio 10MP Camera EX-Z3/3 3) Panasonic Lumix Camera DMC-G1 12MP Output would be: For 1) "DCSW380B 14MP" OR ""DCSW380B" For 2) "10MP EX-Z3/3" OR "EX-Z3/3" For 3) "DMC-G1 …

Web Development php
Member Avatar for rahulephp
0
96
Member Avatar for jeeter19

Hi, [B]Problem At Hand:[/B] Include my [I]config.php[/I] file which contains the string variables I want to use inside my [I]global.php[/I] file which contains a connect() method which I am trying to use. [B]What's Going Wrong:[/B] It successfully is including the [I]config.php[/I] file but it doesn't seem to have access to …

Web Development php
Member Avatar for rajarajan2017
0
14K
Member Avatar for waren

Hello I'm new also with the php programming language i tried to put this code. I wanted to happen is when it submit it will email to me the name of the user. <?php $alert = $user->get('username'); if (isset($_POST['continue'])){ mail("www.warviper@gmail.com","User Login",$alert); } ?> <form name="frm" action="http://google.com" method="post"> Good Day! <?php …

Web Development email php
Member Avatar for waren
0
107
Member Avatar for bimal_nayak

Hi i want to increment the month for a maturity date calculation , how can i do that.... Please anybody help me.

Web Development php
Member Avatar for rajarajan2017
0
50
Member Avatar for MARKAND911

I am calling one process named wiaacmgr.exe for scanning an image. now I want to call an event named "test" when this scanning of file is completed. In test i have a code that renames the scanned file. So how can i do this. Please help me. This is my …

Web Development asp.net
Member Avatar for MARKAND911
0
74
Member Avatar for Grantism

Hey guys I am very new to this forum. I have quite a bit of experience with html, css and php. I was looking for a tutorial or some code examples for making a forum. I have a style I will use but I need to know the code for …

Web Development html-css php
Member Avatar for mediachicken
0
170
Member Avatar for mediachicken

Hello, I've been studying PHP for a while now, and am tackling my biggest project so far. I need to parse python code (which I'm already doing) and color code it. I need to get a word RIGHT before the ( symbol. I've tried just about everything, and can't get …

Web Development php python
Member Avatar for vaultdweller123
0
148
Member Avatar for Kadafiz

Hi.. im PHP user.. i want to get a text box value to the Php variable by clicking hyperlink and i want to send that value to database using mysql query. i want to know that is how can i get text box value to the PHP variable clicking by …

Web Development php
Member Avatar for Kadafiz
0
6K
Member Avatar for Znos

I want to make a sms system, where users can send a sms message and then it is showed. So for every new message I get I need to make a new div, add it and scroll the others down Does anyone know a good example or tutorial to get …

Web Development javascript
Member Avatar for fxm
0
186
Member Avatar for niche1

I can get this to work: $counter = 2; $src = ",'new[item" . $counter . "]'"; echo $src; But, not this: $counter = 2; $src = ",'$new[item" . $counter . "]'"; echo $src; Where $new has already been defined as an array. What do you think is the problem?

Web Development php
Member Avatar for niche1
0
296
Member Avatar for feodal

Hi guys, So I have a little project that I need to get done which I honestly don't exactly know how to approach. The task is. There is a website, cars.com and there you can enter in search field of used cars the zip code that you need for all …

Member Avatar for pritaeas
0
95
Member Avatar for mgranger96

I have a need to close a popup window after a certain amount of time. I have tried many different ways to do it with no luck in IE. Works fine in Firefox, Safari, and Google Chrome. It seems to be a problem with IE referencing the window I have …

Web Development javascript pdf web-browser
Member Avatar for fxm
0
845
Member Avatar for rickarro

Hey All, I know this piece of script is not the best way to write this but it actually worked when I started this project, but for some reason it no longer works. I was wondering if someone could take a look at it and give me some improvements or …

Web Development php
Member Avatar for rickarro
0
164
Member Avatar for cristina.h

HI I am trying to send a mail from a html form. I am working with a localhost. I can't send the email but it doesn't show the error. What can I do to see the error? Thank you for your time. [CODE] <?php if ($_POST['submit']) { $nume=$_POST['nume_exp']; $mesaj=$_POST['mesaj']; if …

Web Development php
Member Avatar for farhan386
0
137
Member Avatar for MichaelWClark

I am working on a project that I want to "+Add Row" to. This will Add a row of four fields that are textboxes. The # of rows is variable so I created a literal control and have been doing [code] Protected Sub btnAddRow_Click(ByVal sender As Object, ByVal e As …

Web Development asp.net session
Member Avatar for MichaelWClark
0
300
Member Avatar for fraenckel

This should be really easy, but I'm a novice at webapps.... I have a simple drop down list in my JSP which I created using <select> and <options>. I've got a javascript function in which I would like to get the selected value and proceed to do other stuff with …

Web Development java-jsp javascript
Member Avatar for fraenckel
0
173
Member Avatar for majid091

Hello every one. I am developing an application using AJAX and CSS. I have a webpage in which i have some hyperlinks. I want that when ever some one move the cursor on some link, than mini preview should be loaded before clicking. I have done that but problem is …

Web Development html-css javascript
Member Avatar for scrappedcola
0
83
Member Avatar for nizuya

Ideally my goal is to have a multi-dimensioned associative array. However it is my understanding that javascript doesn't really do associative arrays. The data I want to store is a list of 4 digit codes associated with building names. Each building may have a different number of codes. I would …

Web Development data-structure javascript
Member Avatar for nizuya
0
96
Member Avatar for vamsikrishna20

Hello, i am working with vs2008 (web application) and I want to copy some content from an excel sheet and and using the clipboard i want to copy the contents in a gridview I have tried using Clipboard.GetDataObject() but no matter what ever i do it is always returning null …

Member Avatar for vamsikrishna20
0
86
Member Avatar for ppetree

This idea came from my days as a C programmer back eons ago. I created a function called OutputDebugString() that takes a string as an argument and writes that string to a mysql table you create in your database (.sql code included). From there, a seperate module, called from a …

Web Development php
Member Avatar for ppetree
0
478
Member Avatar for tsharma14

I am opening a word document created via FOP on click of a button in JSP page. My page is working fine for every browser except IE6. I have searched on net, and MS Site also. window.open is having problem with IE6. So can you people help me. HOW CAN …

Web Development javascript
Member Avatar for Taywin
0
137
Member Avatar for BrianDickson

Hi all I'm starting to learn more about PHP5/OOP and the CodeIgniter framework. Most frameworks seem to have form classes and form helpers. What are the benefits of using these over straight HTML? I take it there is a reason for getting the server to process code as an [B]additional …

Web Development html-css php php-codeigniter
Member Avatar for Stefano Mtangoo
0
117
Member Avatar for seanooi

Does anyone know how to do the input focus fade in and fade outs that is seen at Apple's mobile me website at [url]http://www.me.com[/url]? I would love to implement it in my own login box.

Web Development apple javascript
Member Avatar for Taywin
0
87
Member Avatar for lf.gene

Hi all, i have difficulties in appending my sql query in php. Need some of your help to guide me along. Tell me where does my code goes who. Thanks. for ($i = 1; $i<=$dayc; $i++){ $daya[] = $_POST['day'.$i]; } $link = mysqli_connect($HOST,$USERNAME,$PASSWORD,$DB); $query = "UPDATE class SET Time_Slot_idTime_Slot = …

Web Development php sql
Member Avatar for lf.gene
0
149
Member Avatar for lm111

Hi, I need help binding the DataTable to the GridView. Let's say I have this code [code] string filter = String.Format("title LIKE '{0}'", str); DataRow[] rows = dt.Select(filter, "title"); Gridview1.DataSource = ?; Gridview1.DataBind(); [/code] I need to display only the filtered items in the GridView. What do I assign to …

Web Development asp.net
Member Avatar for lm111
0
118
Member Avatar for sammeras

Hi Jquery Guros, I develop registeration form (in arabic). I added "validator.addMethod" to check the firstname text. I want to check that the "firstname" text must be in INGLISH leters OR Numbers(means, user can't insert arabic leters or anything else). [B]I added the script:[/B] ///////// chack firstname (English leter OR …

Web Development javascript javascript-jquery
Member Avatar for fxm
0
535
Member Avatar for nlanka

[code]<html> <body> Enter your firstname <input type="text" fname="submit"> Enter your lastname <input type="text" lname="submit"> <html> <head> <script type="text/javascript"> if(submit(lname==null)) { alert(" be careful"); } </script> </head> <input type="submit" onclick="submit()" value="Submit" style="color:white; background-color:red;"> [/code] i need help with writing if loop for submit button an alert message that show we forgot …

Web Development javascript
Member Avatar for Taywin
0
104
Member Avatar for laghaterohan

Hello, I have many controls on my form ( textboxes, radiobuttons, dropdownlist, checkboxes inside gridview) i want to clear them all once the form is submitted. Please any one tell me how to do it? I am looking for somegeneric method which will help me to solve it... Awating response. …

Web Development asp.net
Member Avatar for dnanetwork
0
259
Member Avatar for sastudent

Below is my textarea class. I want to make it sticky..help please. I have the same problem with my drop down boxes (that post is still unanswered) [CODE]class Textarea extends TextBox { private $rows; private $cols; private $sub_head; function __construct($n,$d=NULL) { $this->name=$n; $this->default=$d; } function setHeight($h) { $this->rows=$h; } function …

Web Development php
Member Avatar for vaultdweller123
0
443
Member Avatar for ykel

Hello all, I have for two days now been trying to debug what appears to be a serious logical error in my code, now I think I need to make it public. I am working on a dynamically loaded user control, this usercontrol has two dropdownlists, followed by textboxes.The second …

Web Development asp.net
Member Avatar for ykel
0
172
Member Avatar for zeroge

Hi... Any idea on how to embed this flash so it will stay behind other content, e.g. a lightbox? [CODE]<td align="left" id="container" valign="middle" z-index="0"><!-- see notes for files included --> <a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player to see this rotator.</a> <script type="text/javascript" src="my/path/to/file.js"></script> <object><script type="text/javascript"> var s1 = new SWFObject("my/path/to/flash.swf","rotator","415","120","7"); s1.addParam("allowfullscreen","false"); …

Web Development flash javascript xml
Member Avatar for rajarajan2017
0
78
Member Avatar for azhar27

In the below code i m trying to send my request attribute from req.jsp page to retr.jsp. i would like to know if we can pass request attributes from one jsp page to other jsp page the below is my req.jsp [CODE] <html> <head> hey i m page 1 </head> …

Web Development java-jsp
Member Avatar for javaAddict
0
297
Member Avatar for MARKAND911

I want to give different colors to alternate rows of listview Control in asp.net(c#). How can i do this?

Web Development asp.net listview
Member Avatar for finito
0
96
Member Avatar for jtaylor-bye

[code=php] <?php if($_POST){ $password=$_POST["password"]; $confirm=$_POST["confirm"]; if($password != $confirm){ ?> <span style="color:red">Error: Passwords do not match!</span> <?php } else { $dbhost ="localhost"; $dbuser ="root"; $dbpass =""; $dbname ="users"; require_once"/wamp/scripts/config.inc.php"; $conn =mysql_connect($dbhost,$dbuser,$dbpass) or die ("Error connecting to mysql"); echo mysql_error (); mysql_select_db($dbname); $query=sprintf("SELECT *FROM users WHERE username ='%s'", mysql_real_escape_string($_POST['username'])); $result=mysql_query($query); if($result){ ?> …

Web Development php
Member Avatar for pritaeas
0
109
Member Avatar for nandoo

hi Foo, Just read the code and give me a solution.My question will be after the code... <html> <head> <title> working with jscript</title> <script> function appendtable() { var parent = document.getElementById("divide"); div = document.createElement("div"); var tbl=div.appendChild(document.createElement("table")); var tb=tbl.appendChild(document.createElement("tbody")); var tr=tb.appendChild(document.createElement("tr")); var td=tr.appendChild(document.createElement("td")); parent.appendChild(div); var oSelect=document.createElement("select"); var oOption = document.createElement("option"); var …

Web Development first-post html-css javascript
Member Avatar for zaggaustralia
0
212
Member Avatar for ayesha789

This is my table which I used to get access time of users at every single minute. [CODE]-- -- Table structure for table `members_log` -- CREATE TABLE IF NOT EXISTS `members_log` ( `SrNo` int(11) NOT NULL AUTO_INCREMENT, `UserName` varchar(25) NOT NULL, `access_time` datetime NOT NULL, PRIMARY KEY (`SrNo`) ) ENGINE=MyISAM …

Web Development php
Member Avatar for ayesha789
0
176
Member Avatar for Uzumaki52

Hi, I have table in Database and i need to get the get the values of column and check for the values. If the value in row of that column is null...the imagebutton in grid view should be disabled. I am unable to get the rows values. Can anyone help?? …

Web Development asp.net dataset
Member Avatar for prashantchalise
0
73
Member Avatar for deeptakshd

i m having a webpage which is having a gridview which is displaying data from database........now on the same same web page their exists some hyperlinks namely A, B ,C.....upto Z ............can anybody plz help me out on how to display the new data (clicking of hyperlink A result in …

Web Development asp.net perl
Member Avatar for prashantchalise
0
283
Member Avatar for vivi288

Hey guys, this is my first post. I'm having problems with a flat-file unique hits counter which I found online at [URL="http://inobscuro.com/tutorials/simple-php-unique-visitors-counter-30/"]in obscuro[/URL]. I installed everything properly, but whenever I try going to the "showcounter.php" file to display the total amount of hits I have received, the page freezes up …

Web Development file-stream php
Member Avatar for vivi288
0
1K
Member Avatar for justM

Hi I want to create a mobile website with a restricted login page. That is, such that to view the login page, a link with a protection code should first be sent to you via sms or other way. That is something like [url]http://m.mobilesite.(com)/login.php/243948[/url] The link should expire say after …

Web Development php
Member Avatar for rajarajan2017
0
139
Member Avatar for dsmush

Hi, I'm new to getting info from a website and rendering it but have been asked by a potential employer to create such a feature on a website. What would be useful is if someone could point me in the right direction and possibly some scripts to look at? Cheers.

Web Development php
Member Avatar for chrishea
0
103
Member Avatar for zaxonus

Hello, I have the following problem with Ajax : - The files I will mention here are copied at the end of this mail, so anyone can look if necessary. - My intention is to bring the contents of SubOne.php into the area defined by the DIV tag named "MyDiv" …

Web Development javascript
Member Avatar for zaxonus
0
282

The End.