39,326 Topics

Member Avatar for
Member Avatar for asaidi

Hi i cannot make a link on the field in result <h2>View All Posts</h2> <table> <tr> <th>Title</th> <th>Body</th> </tr> <?php foreach($Posts as $post):?> <tr> <td><?php echo $Html->link($post['Post']['title'],array('action'=>'view',$post['Post']['id']));?></td> <td><?php echo $post['Post']['body'];?></td> </tr> <?php endforeach;?> </table> it is like link it is not acceptable the error i get: Error: Call to a …

Member Avatar for cereal
0
65
Member Avatar for sidim

Hi, I can't seem to find the answer I'm looking for online (maybe keywords are too common?). Is my code only verifying whether my directory is created? Or is it actually validating? I need it to validate, but I'm unsure whether or not it's doing that. $dirPath = $_POST['company']; $result …

Member Avatar for sidim
0
326
Member Avatar for davy_yg

<a class="topLink" href="input_image.php"><input type="submit" name="productbaru" value="Product Baru"/></a> If I press Product Baru why they do not take me to input_image.php ?

Member Avatar for crescendo
0
104
Member Avatar for lloydsbackyard

im using wampserver and i want to put password in the database. i check some video tutorias but when i try it it is not working in my case. can anybody please help me give some ideas. thanks

Member Avatar for lloydsbackyard
0
178
Member Avatar for pedal123

Hello, I have a members area on my website. I'm trying to check if a user with a specific username and id has logged in, and then echo a string of text on page B (members area page) if its them. The user logs in on page A (login page). …

Member Avatar for pedal123
0
210
Member Avatar for anil14353

Hello, i got a problem with $_GET[]. please see the below code and help me. <?php if(isset($_GET['_rp'])==1) { echo '1'; } else if(isset($_GET['_rp'])==1) { echo '2'; } ?> when i'm changing the value of _rp=2 it was showing the result as '1' but not '2'. Why this was happening please …

Member Avatar for anil14353
0
1K
Member Avatar for davy_yg

Hello, How to create a body background like : [website](http://id.gateway.com/gw/en/ID/content/home) See the background seems to adapt to it's size, 1366 x 768 or 1024 x 768 or some other size the only scroll down that appears is vertical scroll. What image size picture do I have to create ? and …

Member Avatar for davy_yg
0
110
Member Avatar for kanoy83

hi guys, 1. i use this script from w3schools it works with real escape string. But my problem is it is slow displaying the table and i dont know how to check the problem. assuming password and table is correct. 2. can i change the "ajax_demo" value or delete? reference: …

Member Avatar for kanoy83
0
2K
Member Avatar for dougsix

Here's the problem: Like most, I'm developing on an office network server, "localhost", and migrating pages to a live server on the web. I have several layers of folders with pages that refer back to "localhost/incudes" and "localhost/images" for example using "../../../includes/key.php" for example. I have coded the following to …

Member Avatar for dougsix
0
211
Member Avatar for showman13

Good Morning, Got a question regarding using CURL to automate the submission of a form. What I'm trying to accomplish is to avoid someone submitting a paypal payment more than one time for a purchase through my shopping cart. I can do it by submitting the form to paypal and …

Member Avatar for ryantroop
0
712
Member Avatar for cmps

Hey all!! I am thinking of creating a website that may contain some buying/selling items, so I was wondering which framework is the best for shopping online. I have some experience with codeigniter, but I was using it for its MVC structure which organizes and uses files more efficently. Anyway …

Member Avatar for diafol
0
186
Member Avatar for jovstudios

how can detect if the username is already exist?? i don't what is lacking in my code. this is my code: <?php include( "db.php" ); $first = strip_tags(mysql_real_escape_string($_POST['first'])); $last = strip_tags(mysql_real_escape_string($_POST['last'])); $username = strip_tags(mysql_real_escape_string($_POST['username'])); $password = strip_tags(mysql_real_escape_string($_POST['password'])); $password2 = strip_tags(mysql_real_escape_string($_POST['password2'])); $passwordmd5 = md5($password); if( empty($first) || empty($last) ||empty($username) || empty($password) …

Member Avatar for diafol
0
184
Member Avatar for GlenRogers

Hi I have a php header file that displays a random image from a mysql table each time the page is reloaded. I have done this just using rand() in the query. But doing it like this means that the same image could come up 3,4,5 times in a row! …

Member Avatar for GlenRogers
1
361
Member Avatar for cip6791

I am trying to use 3 custom fields from wordpress posts to build an array. I need to show and hide a div based on what time it is. I have a start, an end and a name which is also set as a css class in the template. That …

Member Avatar for cip6791
0
189
Member Avatar for GlenRogers

I have a form that shows images whos paths are stored in mysql. The form has 'hide' and 'show' submit buttons for each image. Pressing the hide button should set the value of the 'status' field to 2 (hidden). But it does nothing, my queries don't seem to execute. Here …

Member Avatar for GlenRogers
0
223
Member Avatar for ckchaudhary

Hi guys, first of all i am new to php, so please bear with me. I have this requirement wherein i need to automatically create email accounts with my hosting provider through my website's php code. I have a linux hosting account with cpanel interface (its bluehost.com btw, if that …

Member Avatar for ckchaudhary
0
426
Member Avatar for shapeape

Hi again, My login script seemed to be up and running. I was almost ready to crack open a bottle of vin-de-rouge to celebrate as it's a little milestone for me. However, it appears to have abruptly stopped functioning and I'm yet to determine the cause of this. Could I …

Member Avatar for shapeape
0
242
Member Avatar for vijaykumar.mr

Can someone give me the script to log in fiverr.com and fetch my message from inbox using cURL PHP

Member Avatar for veedeoo
0
395
Member Avatar for knarfs

I am developiong a php application which builds several large collections of objects in the course of interacting with the user. The objects need to persist across requests from the user and I've used php sessions to successfully implement this. The objects are persisted until the user is satisfied with …

Member Avatar for TomH.PG
0
206
Member Avatar for L-D

I have a script with no errors but when I login it comes back to blank fields in 1 second. Can't get in to make changes/settings. Submitting a wrong login will bring up a wrong pw message. I know the user/pw is correct because I saw it in phpmyadmin. Thanks …

Member Avatar for L-D
0
194
Member Avatar for janguyo

Hi Guys, I am working on a database for managing my projects, I would like to have a fucntion that can alert when quaterly and anual Reports are due basing on Project start dates. Please I need ideas if possible a working code too, still learning PHP. Any help much …

Member Avatar for janguyo
0
210
Member Avatar for Sydique

Am creating an Online house rent system that will enable tenants to pay house rent online,check statements,a caretaker to write reports,landlord to write statements,add new tenants. I welcome all your ideas on how to go about it.The database requires either Ms-Excel or Mysql.

Member Avatar for diafol
0
99
Member Avatar for shapeape

Hi, I'm building a basic log in system just to learn the ropes of PHP. Currently I'm a bit stuck. I'm trying to get a connection through a function file sorted for the rest of it to work but it's proving far more complicated then I thought. This is my …

Member Avatar for pritaeas
0
178
Member Avatar for devianleong

I've a working code and display well. Now I want to integrate into html code but I don't know how to add a custom div into it. Here's my php function hasChild($parent_id) { $sql = "SELECT COUNT(*) as count FROM w_category WHERE ParentID = '" . $parent_id . "'"; $qry …

Member Avatar for diafol
0
268
Member Avatar for cereal

Hello, I've an array with different type of values: int, null, strings, arrays. I'm trying to remove nulls and empty strings, but I want to save ints, even when it equals to zero, so I tried with `array_filter()`, by default it will remove `0`, `''` and `null`, but by applying …

Member Avatar for cereal
2
434
Member Avatar for showman13

Good Afternoon. I've been sporatically researching this for weeks, but haven't been able to locate any 'CLEAR', 'PRECISE' direction on creating .csv files from a query of multiple tables. What I need to be able to do is gather the relavent information from the tables and combine it into a …

Member Avatar for showman13
0
464
Member Avatar for Shikha_1
Member Avatar for ananthapriya
-7
215
Member Avatar for saadi06

Hi, I am using smtp for sending the email and attachments from my system. What I want to accomplish is that I should be able to send information in an encrypted form so that the message cannot be tempered. I am using https for sending the emails. But is there …

Member Avatar for pritaeas
0
557
Member Avatar for orangeoctane

Hello everyone. First post... I have a strange problem... used to be that Internet Explorer 6 would open PHP files that I had stored on my local machine (which is not a server). I would usually get some kind of "pop-up" warning from IE asking me if I wanted to …

Member Avatar for Simon_2
0
1K
Member Avatar for ej.p.lopez

hello i have a running code the only question is the get function wont get the field i type here's my whole code index.php <?php include_once('includes/dbConnect.php'); ?> <?php $searchText = htmlspecialchars ($_GET['q']); $action = (isset($_REQUEST['action'])&& $_REQUEST['action'] !=NULL)?$_REQUEST['action']:''; if($action == 'ajax'){ include 'pagination.php'; //include pagination file //pagination variables $page = (isset($_REQUEST['page']) …

Member Avatar for Zagga
0
1K

The End.