mysql-php
八棵树
古今多少事,渔唱起三更。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
错误信息:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server ve
错误信息: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 ” at line 1 mysql_query("set names 'GBK'");原创 2015-12-05 23:56:56 · 2684 阅读 · 0 评论 -
实验三的迷宫问题
先上代码#include<stdio.h> #include<stdlib.h> #include<time.h> #define SIZE 7 #define MAX 1024 //typedef int Elemtype; typedef struct//路径方块查找方向的数据结构 { int x; int y; }Direction;typedef struct //路径方原创 2015-12-07 15:51:26 · 521 阅读 · 0 评论 -
php mysql更新数据库接入超链接问题
前几天做一个东西,有一个$_GET到当前页的值就是没法赋给数据库中的ID,(这个头疼了两天,),后来突发奇想,换了一种思路,代码如下: <form action="update.php" method="post" name = "myform" onsubmit="return CheckPost();"> 用户ID:<input type="text"原创 2015-12-09 20:08:51 · 787 阅读 · 0 评论
分享