39,323 Topics

Member Avatar for
Member Avatar for OsaMasw

Hello there, today I noticed there are two operation in PhpMyAdmin, Replication and Synchronization. and now I want to use these operation as the following scenario. I have local db, I want to copy its content to remotly db so when I connect to any db I see the same …

Member Avatar for OsaMasw
0
261
Member Avatar for ffej2ffej

I am working on a series of web pages and I would like to be 100% certain that users cannot jump around to any page they like by typing a URL into their browser. I have used $_SERVER['HTTP_REFERER'] to check at the top of most pages and if the referer …

Member Avatar for diafol
0
284
Member Avatar for Angel78

I am trying to make a movie list for myself, I got everything working like add and delete but the edit gives me some headace. I get all the values fine, id, movie title, director and year are all filled in, well not what category I added using radio buttons …

Member Avatar for broj1
0
258
Member Avatar for jrotunda85

I have a javascript login box on my site ([url]www.cigardig.com[/url]) that a user can click on and login on any page. The way I would like it to work is that once a user hits submit, they are redirected back to the page they logged in on. So, for example, …

Member Avatar for bakhtn
0
2K
Member Avatar for luke.belleghem

Hi, I have a script that sends uploaded images to my images folder on my web server. Im not sure but I think it also renames the images (which is what I want to happen). Could someone please take a look at this script for me and tell me if …

Member Avatar for luke.belleghem
0
225
Member Avatar for sgnark

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\trail\index.php:1) in C:\xampp\htdocs\trail\index.php on line 2 whenever i run this file.... i will get a warning like this... i will attach the login page... after i will logged in i will get this same warning.... …

Member Avatar for broj1
0
3K
Member Avatar for tomato.pgn

i want to make a photo uploader page...that uploads photo and display it in the same page...but i also have one more problem...i don't want page to be refreshed...because i have other controls in that page....can u give an idea how to do so???

Member Avatar for kaore
0
2K
Member Avatar for himvj1

Hi, I am new to php. I have copied one php application from one linux server to other linux server after copy application is working fine but the applet to view image in that application is showing two error messages. error is : java.lang.NullPointerException at com.primeleaf.viewer.manager.DocumentManager.setDocument(DocumentManager.java:123) at com.primeleaf.viewer.manager.CommunicationManager.init(CommunicationManager.java:76) at com.primeleaf.viewer.DocumentViewer.init(DocumentViewer.java:67) …

Member Avatar for cereal
0
309
Member Avatar for neha05

Hello everyone here I am making project on bids and offer ,in which payment gateway i need to use is bitcoin ,so any one help me to guide from where i start Thanks

Member Avatar for neha05
0
199
Member Avatar for OsaMasw

I have single input to be enterded into database I want to use ajax to do this The problem that I already have form to do something else so I can't put from inside form how can I achive somthing like this without touching the original form ![ssss](/attachments/large/3/ssss.jpg "ssss") when …

Member Avatar for OsaMasw
0
208
Member Avatar for Dani

Currently, to check if something is serialized, I do this: function is_serialized($data) { return (@unserialize($data) !== false); } But it issues an E_NOTICE. The @ is great to suppress output, but it's still clogging up every other line of my error log (which is purposefully enabled for notices). Are there …

Member Avatar for IIM
0
4K
Member Avatar for AARTI SHRIVAS

give all of the movie name you have watched and lets who have long list of movies so the game is start logn list win the game

Member Avatar for neha05
-1
219
Member Avatar for skitband

here's my canned.php <?php $conn=odbc_connect('firebird','SYSDBA','masterkey'); if (!$conn) {exit("Connection Failed: " . $conn);} $sql="SELECT * FROM CANNED"; $rs=odbc_exec($conn,$sql); if (!$rs) {exit("Error in SQL");} echo "<table class='tbcanned' cellpadding='5' cellspacing='5'><tr>"; echo "<th>PRODUCT</th>"; echo "<th>QUANTITY</th>"; echo "<th>PRICE</th>"; echo "<th>DESCRIPTION</th>"; echo "<th>ADD TO CART</th></tr>"; $i=1; while (odbc_fetch_row($rs)) { $id=odbc_result($rs,"ID"); $name=odbc_result($rs,"NAME"); $quantity=odbc_result($rs,"QUANTITY"); $price=odbc_result($rs,"PRICE"); $description=odbc_result($rs,"DESCRIPTION"); echo "<tr><td …

Member Avatar for LastMitch
0
179
Member Avatar for ahudson

I am having trouble with a registration script that I am trying to implement. When I click the "Register" button, I get this error: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens This is my coding for the register function: `public function register() { …

Member Avatar for JorgeM
0
212
Member Avatar for daniel36

I am first time using like in mysql .but it is giving error.my query with like is $user_query="SELECT * FROM rt_user WHERE rt_user_username LIKE %".$_GET['term']."% OR rt_user_name LIKE %".$_GET['term']."% OR rt_user_description LIKE %".$_GET['term']."% LIMIT 10"; it is giving syntax error.

Member Avatar for dcdruck
0
186
Member Avatar for disha2612_1

I have a my URL as : www.domain.com/controller/login.php And i want to make it look it like: www.domain.com/jobtracker Please help, i have researched lots of links as i am new to this topic, but did not found appropriate solution yet.. It gives me 500 internal server error My .htacess file …

Member Avatar for migcosta
0
330
Member Avatar for Buppy

Hello, It has come to my needs to gather more information about load balancing process and stuff related. So far it's clear that users are distributed to multiple servers depending un their current load and they all run the same app. My question is - how these multiple servers share …

Member Avatar for LastMitch
0
173
Member Avatar for code739

help me find out what's wrong with this code i got stuck with this error > ldap_search Search: Operations error <?php error_reporting(E_ALL); ini_set('display_errors', 'On'); $ADServer = 'sample.example.net'; $loginto = 'Aboitiz'; $uname = $_POST['uname']; $passwd = $_POST['pass']; $ldapconn = ldap_connect($ADServer) or die("Could not connect to LDAP server."); $ldaprdn = $loginto."\\".$uname; $ldapbind …

Member Avatar for LastMitch
0
2K
Member Avatar for lewashby

I'M trying to learn PHP (note that I am using Linux) and I'M having trouble keeping the /var/www directory clean. Since that is the directory that apache will host the files from, how can you keep that directory organized with and for multiple web projects or practive assignments from differenct …

Member Avatar for migcosta
0
89
Member Avatar for kiLLer.zoh_1

<?php function autogen() { $qr="Select * from autogen where gid = 1"; $we=mysql_query($qr)or die(mysql_error()); while($brec=mysql_fetch_array($we)) { $ln=$brec['autoln']; } $lw= ++$ln; return $lw; } $newlead=autogen(); $qry="Select * from leads"; $r=mysql_query($qry) or die(mysql_error()); while($re=mysql_fetch_array($r)) { if($rec['leadno']==$newlead) { ++$newlead; } } $er="UPDATE autogen SET autoln='$newlead'WHERE gid =1"; $bn=mysql_query($er)or die(mysql_error()); ?> This Code generates …

Member Avatar for broj1
0
112
Member Avatar for eltonpiko

hi ive got a script that need to upload a photo for an item and display it.but the photo does not show up i get corrupted file instead here is the scrip for the upload part can someone tell me what is going wrong. the photo needs to be save …

Member Avatar for eltonpiko
0
174
Member Avatar for CreatorZeus

My while keeps looping and i dont know why: code <?php $result = mysql_query("SELECT * FROM tag WHERE point='$pagename'"); while($row = mysql_fetch_array($result)) { $result = mysql_query("SELECT * FROM tag WHERE point='$pagename'"); //username echo $row["user"] . " ||"; //alias check $result = mysql_query("SELECT * FROM tag WHERE (user='$my_name' && point='$pagename')"); if …

Member Avatar for IIM
0
188
Member Avatar for sharmilli

function compile() { $a=shell_exec('gcc -o Compile Compile.c'); echo $a; $b=shell_exec('./Compile'); echo $b; } I tried to call the above compile function from the directory /var/www/. I could get the result by manual execution of gcc command but i could not create an executable file by running the same command from …

Member Avatar for vars
0
927
Member Avatar for Limiter

Hi guys, I am a little new to this stuff but have done a few research regarding PHP. Currently, I am trying to learn PHP to allow a web portal to interact with data stored on MySQL database. In other words, lets say I have a website that displays information …

Member Avatar for davy_yg
0
237
Member Avatar for GraficRegret

I need to convert the `UNIX_TIMESTAMP()` output into a readable date and time for output in a table. Anyone know how to do this? or am I in the wrong area again?

Member Avatar for GraficRegret
0
220
Member Avatar for thilini_l
Member Avatar for diafol
0
318
Member Avatar for Trle94

Hello everyone, i need small help since im stuck, and im not that good with php and vB.net connections... So here is the problem, i manage to get connected to db and php script shows me if im connected or not, grab if user/pw is correct everything works fine, but …

Member Avatar for Trle94
0
2K
Member Avatar for pascal.petitlionceau

i tried to display a common menu in php using php code please try to help me i'm blocked .

Member Avatar for IIM
0
91
Member Avatar for wuzere.crewzz

Example of my record : year quanitity name 2012 10 john 2012 20 mark 2013 30 david 2013 40 alex 2014 50 stacy while (!$report->EOF){ if(is_null($year) || $year <> $report->fields['year']) { $year = $report->fields['year']; ?> <tr><td align="center" colspan="2" >Year : </td><td><?=$year ?></td></tr> <? } ?> <tr><td align="center" colspan="2" >Quantity : …

Member Avatar for IIM
0
165
Member Avatar for jLamp

Dear Friends, Help me to fix this.. Error Message : **mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in** Code is, <?php $database=$diocese; $table=$category; //capture search term and remove spaces at its both ends if the is any $searchTerm = trim($_GET['query']); //check whether the name parsed is empty if($searchTerm …

Member Avatar for pritaeas
0
17K

The End.