No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
Re: Hi, I agree with RobRob here, PHP just isn't powerful enough to be doing this sort of task. PHP is not a compiled language, so it is interpreted into machine-readable code on-the-fly. This is very slow in comparison to compiled languages such as C and C++ which naturally operate at … | |
Re: Hi, You appear to have got the wrong forum? This is a javascript problem I believe. I can, however, help you with a PHP progress bar if you like? I have experience in this, so let me know. Thanks, Christopher Lord | |
Re: Hi, Judging on what I just read, that looks alot like you're trying to get us to do your work? Christopher Lord | |
Re: Hey Shanti, This is the wrong forum to ask this in, I definitely recommend the PHP forum. However, there are some XML libraries for PHP available (I'm not sure which off the top of my head). If not, you can simply write raw XML files using the [B]fopen()[/B] command. You … | |
Re: Hey, I'm not sure if your asking how to do this from an interface point-of-view or from a programatic view on storing the data? The form on the screenshot does look quite out of date though.. it looks like you can split the main box into three fields easily, and … | |
Re: Hi there, I believe the problem here is this may not be entirely your system (correct me if i'm wrong here). If you've just started coding PHP, as you've stated, I doubt you'll have reached templating or advanced security coding like this. However, the problem lies in the following statement: … | |
Re: Hey, You've posted a huge code segment but not explained what it does or why it does it? Your description is rather vauge and I, for one, don't really want to dig through all that code looking for a problem I don't know about. Chris | |
Re: Hi, I'm unaware of any Web Shell commands to upload, this will often be a different feature as provided by your server. Via, for examle, Control Panel. You could possibly write the files yourself through the shell, but I guess that's not helpful for exectubles. Christopher Lord | |
Re: Hi, I struggle to see how this information can be relevant? You've neglected to question the most important factor in every web developers decision: the client. It is highly aimed at internal web developers, yet the questions seem dumb-founded for client-based developers. As a side note, the language and grammar … | |
Re: Hi, I'm not so sure what your actually asking me to help you with here? However, remember that this forum has code tag rules. I'm finding it difficult to separate what your asking us, and what is PHP or SQL. Also, if possible, could you provide the field types for … |
The End.