Search:
Type: Posts; User: A123Schmidt
Search :
Search took 0.01 seconds.
in my MySql database, I have url slugs, to replace spaces with hyphens, and I wan't it to read by that column with those slugs, and its not reading that certain row, or not displaying the content,...
how do I show the the data in the database?
I have tried many json_encode JSON_ERROR_UTF8 etc. and not working at all.
I have it reading a post name with hyphens to replace spaces.
how do I...
Hi everyone
<?php echo json_encode(utf8_encode($this->recipe['recipe_name']), JSON_ERROR_UTF8); ?>
$this->recipe['recipe_name'] is calling a Mysql Database data,
and the output in the web...
couple of things
In my Mac "Terminal"
This line comes up all the time
-bash: [[-s: command not found
1. how to I get rid of it?
alright, I'm copying this tutorial to create a login page
http://www.9lessons.info/2009/09/php-login-page-example.html
and it starting to piss me off, and I dont know why its not redirecting to...
I'm using a function to crop an image when I upload a image into a folder to certain pixels that I want to set up
and I upload the image and its not cropping the image
here is the function that...
I'm trying to Send email according to option select value.
I need the html select to read the MySQL table to get the 'id' and the corresponding 'email' value.
and I'm new to php and mysql
...
still not working
getting this error
MySQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '1' at...
$store_id is the id column in the MySQL database, and I'm trying to edit a row
this the error that I'm getting now
You have an error in your SQL syntax; check the manual that corresponds to...
MySQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '1' at line 1
1
Says I'm getting a MySQL syntax error
but I'm not seeing the syntax error.
help anybody?
$result=mysql_query("UPDATE Stores SET Store='$store', Email='$email', Address='$address',...
still not working
here is the edit form if this is the issue
help anybody?
<!DOCTYPE HTML>
<html>
Yeah, still not editing or working
Here is the edit form
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Untitled Document</title>...
I'm trying to edit a MySQL row and its not working.
This is the the file that updates the changes
Help anybody?
<?php
include "database-connection.php";
//get id column
$store_id =...