关于PHP更新MYSQL的问题! - PHP / 基础编程
一个简单的表单提交,插入数据库操作!
错误如下:
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in E:\wamp\www\Admin\wnewsave.php on line 66
表:NOTICES
结构:
id name content datetime
noticesadd.php
PHP code:
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<form name="myform" method="post" action="wnewsave.php?action=notices_add">
<tr>
<td height="20" colspan="2"> </td>
</tr>
<tr>
<td width="20%" height="25" align="right">公告标题:</td>
<td width="1081"> <input name="n_title" type="text" id="n_title" size="30" maxlength="100"></td>
</tr>
<tr>
<td height="25" align="right">公告内容:</td>
<td> <textarea name="n_content" cols="50" rows="6" id="n_content"></textarea></td>
</tr>
<tr>
<td height="25" align="right">&n
相关问答:
我已经按照教程上配置tomcat的server.xml
<Context path = "/POS" docBase = "POS" debug = "5" reloadable = "true" crossContext = "true" workDir = &quo ......
我最近写了个mail执行后没有出现错误信息执行完毕后邮箱里并没发送邮件,请各位帮我看看
我用的的是iis smtp
<?php
$to = 'xueyuxia1988@sohu.com';
$subject = 'the subject';
$message = 'hello';
$ ......
我觉得mysql和sqlserver有共同的地方:
有个问题是关于表的锁问题:
进程A 进程B
select * from user where id in lock share mode(共享锁)
&nb ......
急求:在php脚本里怎么调用js文件里方法?
或者在js文件里调用php文件写的seesion?
PHP刚入门学习,友情顶一个
急求:在php脚本里怎么调用js文件里方法?
//echo '<script>alert("ok");< ......
使用网上的 phpexcelreader 类,将虚拟机内存调整值1024M,excel体积为224M,用phpexcelreader读取的时候内存根本不够用,请教各位有什么好的方法读取这种大体积的 excel 问价么?
excel体积为224M
服了。。。 ......