39,316 Topics

Member Avatar for
Member Avatar for ldaves

i got a string with [code] string(254) "5L2b5a6255yf6KiAOuimgeWWhOW+heWIq+S6uizopoHlloTlvoXlj5HnroDorq/nu5nkvaDnmoTo v5nkuKrkuros6KaB57uP5bi46K+35aW55ZCD6aWtLOW4uOivt+S7luWHuuWOu+eOqSzluLjkubDn pLzniannu5nlpbks5bCG5L2g6Lqr5LiK572q5oG255qE6YeR6ZKx5YWo6YOo57uZ5aW5LOS9m+el luS8muS/neS9keS9oCE=" [/code] how can i put it in 1 line and interpret it?

Member Avatar for ldaves
0
92
Member Avatar for blufab

I am trying to understand why i am getting the following error: PHP Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION in C:\Registration.class.php on line 43 [code] var $team1; var $team2; var $team3; var $team4; var $team5; var $team6; var $team7; var $team8; var $team9; var $team10; var $team11; var …

Member Avatar for R0bb0b
0
109
Member Avatar for vaish.rajan

Hello, I have a page say 03.htm where I have a hyperlink to notes.php .In notes.php I have a dropdown menu which has a collection of all pages from 01-20 ,where I have to choose between 01-20.What I want is that since I clicked hyperlink from 03.htm the dropdown menu …

Member Avatar for R0bb0b
0
76
Member Avatar for Temax

Is anyone who kan show me how I can send more than 2 parameters to another page? I having trouble with this. I have a search in a page.( navigation.php). Here is a dropdown. I want to send the dropdow parameter with the search word to a page called (search.php) …

Member Avatar for buddylee17
0
144
Member Avatar for jay29982

I want to learn PHP. is there any tutorial whch i can refer to start learning. please help me

Member Avatar for jay29982
0
73
Member Avatar for lifeworks

Ive been asked to do some work for a client and he wants to use a touch screen. I'd like to know if anyone knows if there are limitations to functionality that a touch screen may impose...? Thanks lworks

Member Avatar for lifeworks
0
66
Member Avatar for mahaguru

HI, I am using phpcake. I have to check if a user is logged in with some user/pass no other one can use same user/pass till one is logged in. I have idea it cam be done through the database maintaining the table for logged in users. But I dont …

Member Avatar for martin5211
0
75
Member Avatar for psathish2

in the mysql table more then ten date column records there. i want select only last insert date record ,next i want selected date add 7 days in the date to store db again person want insert again select the last record then add 7 days selected last date ........ …

Member Avatar for Shanti C
0
218
Member Avatar for aas1212

Hey people, I am doing BE IT from Pune University. I have got a final year project in which i have to create a website in PHP. I dont have any knowledge about PHP, neither my group members. So we have to start from scratch to do this project. This …

Member Avatar for peter_budo
0
77
Member Avatar for ishlux

Hi all, Whats wrong here in the first part it showing value of rows but in the second part it is displaying zero number of rows, ........its displaying 0 for this statement... echo $sentid1; [code=php] <?php session_start(); include('database.php'); $result = mysql_query("SELECT * FROM autoalto_contractor_sentitems" ); while($row = mysql_fetch_array($result)) { ?> …

Member Avatar for praveen_dusari
0
107
Member Avatar for Suneetha Reddy
Member Avatar for Shanti C

Hello all... please help me to solve this thread very urgently??? How to rotate an image by 360 degrees in javascript or any other technology??? What requirements need to complete this task??? see this link for reference: [url]http://www.i-spy360.com/en/ispyspin/[/url] Thanks...

Member Avatar for Shanti C
0
103
Member Avatar for gargg321

Hi, I am developing a PHP module where I need to pass a particular data through different pages without notifying the user about it. The site I am building have forms on every page except 1. So what I was doing before was sending that data through forms in a …

Member Avatar for Shanti C
0
106
Member Avatar for komrad

Hi all, Straight to the point, i've a problem with removing noise for jpeg picture in php. I need to extract an object from a jpeg using php, and I think the only way to do it is to group all pixel with the same colors. But those extra pixels …

0
97
Member Avatar for ika

hi. can anyone help me. i want to download file from local folder using the paths store in database. please..

Member Avatar for ika
0
81
Member Avatar for ditty

Pls help me to find out holidays in a month. It should include include all saturdays and sundays. Pls help me...very urgent..Thank you

Member Avatar for Shanti C
0
61
Member Avatar for ishlux

Hi.....here i am able to display only the last row contents.....pls help me......i want to display the rows based on user selection.....here what ever u select it will disply the last row..... [code=php] <?php session_start(); include('database.php'); $result = mysql_query("SELECT * FROM autoalto_mail" ); while($row = mysql_fetch_array($result)) { ?> <tr><td width="10%"></td> …

Member Avatar for lydia21
0
116
Member Avatar for ishlux

Is the syntax is correct..............i am getting blank page...... [code=php] $result = mysql_query("SELECT * FROM autoalto_mail where mail_id='$_request[$a]'" ); [/code] [code=php] <? include('database.php'); $result = mysql_query("SELECT * FROM autoalto_mail where mail_id='$_request[$a]'" ); while($row = mysql_fetch_array($result)) { echo $row['contents']; } mysql_close(); ?> [/code]

Member Avatar for vicky_rawat
0
145
Member Avatar for justinmyoung

I am wondering if it is possible and how I would go about doing it if I wanted to use jQuery to sort with my PHP results on my page, does jQuery handle that? thanks for any advice

Member Avatar for Shanti C
0
88
Member Avatar for nemom

Hello everybody,,i am completly new in php(i'm a java;) programmer)and i need a help for creating a counter, i have a pdf file on the server and if someone has a counter that does the following: -when someone clicks on the pdf file ,the counter stores the clicks times value …

Member Avatar for nemom
0
85
Member Avatar for Rohlan

Howdy. I've been trying for the past few days to accomplish something that I finally deemed out of my league when it comes to programming. I need to create/generate a graphical display that shows when and where a team needs to be at a certain time in a day. My …

Member Avatar for Rohlan
0
76
Member Avatar for neclark2

I'm currently working on a simple feature to extend a dynamically generated html table (from a database) by giving an option to view it as an excel document. This has not been a problem as it is very simple to just set the content-type to application/msexcel so that the table …

Member Avatar for R0bb0b
0
66
Member Avatar for tie372

I have an RPG programmed in PHP and people do fights against each other. Once someone's health is below 0, experience and rewards are calculated, and then the appropriate entry into the database is updated. The problem is that the sql queries near the end are not executing. People's money …

0
52
Member Avatar for Jr Telecom

At first sorry to say I m new here ....... Whats the problem about that ??.........[B]Parse error: syntax error, unexpected $end in /home/.zerlina/gsmbangladesh/gsmbangladesh.com/vbseo.php on line 1097 [/B] Plz let me know about details......... Help any One and ll be thankfull .. Jr telecom

Member Avatar for buddylee17
0
381
Member Avatar for maddogsprofiles

I am making a whatsmyip.org clone and this is what I have so far [CODE]<HTML> <HEAD> <TITLE>Maddog's IPs'</TITLE> <META NAME="Keywords" CONTENT="IP, address, find ip address, ip addres, whats ip, ip find, ipconfig, ipaddress"> <META NAME="Description" CONTENT="Maddog's IP' - The #1 Way To Find Your IP Address !"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> …

Member Avatar for martin5211
0
163
Member Avatar for simps0n

Hello, folks! I'm trying to parse RSS feed and display it on my own page. [URL="http://magpierss.sourceforge.net/"]MagpieRSS[/URL] looks good enough for me, but I have a little problem. I want to display not only the title and description of each article, but the thumbnail as well. For example, I tried to …

0
97
Member Avatar for ishlux

Hi just go through this code....... [code=php] <?php include('database.php'); $result = mysql_query("SELECT * FROM autoalto_mail"); while($row = mysql_fetch_array($result)) { ?> <tr><td width="10%"></td> <td ><img src="images/buldot.gif" alt="" height="6" width="6"> <?echo $row['from']?></td> <td ><a href="contractor_mail_action_contents.php"><?echo $row['subject']?></a></td> <td><?echo $row['date']?></td> </tr> <tr><td width="10%"></td> <td colspan="4" style="background-repeat: repeat-x;" background="images/dot.jpg" height="0" width="300"></td></tr> <? } mysql_close(); ?> …

Member Avatar for R0bb0b
0
86
Member Avatar for phouse512

Hello, I am new here, and hope to learn and contribute a lot. Recently, I started learning PHP (about 2 weeks), and now I am coming to the fopen() function. Say that I wanted to create a new file for reading and writing, is this what I would do? [code]$newfile …

Member Avatar for phouse512
0
97
Member Avatar for ishlux

What is this error........ Parse error: syntax error, unexpected $end in D:\xampp\htdocs\demo\contractor_mail_action_contents.php on line 324

Member Avatar for Shanti C
0
29
Member Avatar for veledrom

Hi, Red line below generates error "Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource". I have checked sql string too. Thanks [code] <?php ob_start(); $dbhost = "localhost"; $dbuser = "root"; $dbpass= ""; $dbname = "test"; @mysql_connect($dbhost,$dbuser,$dbpass) or die ("No connection."); @mysql_select_db($dbname) or die ("No database!"); $page = …

Member Avatar for Shanti C
0
82

The End.