跨平台问题 - 需要建议 [英] cross platform problem - advice needed

查看:60
本文介绍了跨平台问题 - 需要建议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好

如果您有使用

css,php javascript以及他们如何互动的知识,我将不胜感激。

我过去几天一直在做一项任务,并且已经开始打了一个

砖墙。我需要一般性的建议,我是否正在解决问题

正确的方法和一些解决我当前问题的方法


我已将我的项目发布在下面的地方我已经详细说明了当前存在的问题我们需要> http: //www.iddsoftware.co.uk/test.php


总之我试图让我的用户从我的数据库中取出他们的记录

并将它们在网页上动态排列成自定义报告。他们可以直接打印或下载到像Word这样的东西


希望你可以帮助,因为那堵砖墙迫在眉睫


Ian

Hello
I would appreciate some help from someone who has knowledge of working with
css, php javascript and how they interact.
Ive been working on a task for the last few days and have started to hit a
brick wall. I need general advice on whether I m tackling the problem the
correct way and some solutions for my current problems

Ive posted my project below where ive detailed the current problems im
having
http://www.iddsoftware.co.uk/test.php

in short im trying to allow my users to take their records from my database
and arrange them dynamically on a web page into custom reports. which they
can them print directly or download into something like Word

Hope you can help as that brick wall is looming

Ian

推荐答案

Ian Davies写道:
Ian Davies wrote:

Hello

我很感激有些知道使用

css,php javascript以及他们如何互动的人的帮助。

我一直致力于完成任务最近几天又开始打砖墙了。我需要一般性的建议,我是否正在解决问题

正确的方法和一些解决我当前问题的方法


我已将我的项目发布在下面的地方我已经详细说明了当前存在的问题我们需要> http: //www.iddsoftware.co.uk/test.php


总之我试图让我的用户从我的数据库中取出他们的记录

并将它们在网页上动态排列成自定义报告。他们可以直接打印或下载到像Word这样的东西


希望你可以帮助,因为那堵砖墙迫在眉睫
Hello
I would appreciate some help from someone who has knowledge of working with
css, php javascript and how they interact.
Ive been working on a task for the last few days and have started to hit a
brick wall. I need general advice on whether I m tackling the problem the
correct way and some solutions for my current problems

Ive posted my project below where ive detailed the current problems im
having
http://www.iddsoftware.co.uk/test.php

in short im trying to allow my users to take their records from my database
and arrange them dynamically on a web page into custom reports. which they
can them print directly or download into something like Word

Hope you can help as that brick wall is looming



Javascript不是我的强项,所以我会考虑php和css。


首先你应该有一些默认的起点,因为你已经

了。将它们存储到变量中,如

Javascript ain''t my strong point, so I will just think about php and css.

First of all you should have some default starting points, as you already
have. Store those into variables, as


xh1 = 40;,您还需要检查页面是否已经更新或首次显示是否为
可以添加


< input name =" updated"类型= QUOT;隐藏"值=" 1">


到你的表格


在你的php中你需要做一个像


if(
xh1=40;, you will also need to check if
the page has been updated or show for the first time, you can add the

<input name="updated" type="hidden" value="1">

to your form

in your php you will need to make a check something like

if(


_REQUEST [''updated''] == 1){
_REQUEST[''updated'']==1) {


这篇关于跨平台问题 - 需要建议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆