I have this code in C, but it's still not complete because I didn't consider the punctuation marks. Hope this will help:
#include<stdio.h>
typedef char Word[50];
typedef struct temp{
...
Type: Posts; User: heavensgate15; Keyword(s):
I have this code in C, but it's still not complete because I didn't consider the punctuation marks. Hope this will help:
#include<stdio.h>
typedef char Word[50];
typedef struct temp{
...
Select t.name FROM trace t, trans c WHERE
t.name = 'name1' OR
t.name = 'name 3' OR
t.name = 'name4' OR
t.name = 'name5' AND
t.id = c.id;
If it doesn't work, try to group all the ORs...
Hi,
I have this code in creating a trigger:
create trigger trigger1_trigger on trigger1 for insert
BEGIN
What is MS Access? How is it differ to MySql? How can we access the database in MS Access using php? How can we view the records in MS Access? Any details regarding of MS Access would do, I just want...
Does array in php accepts different data? I mean data with different types? PHP is like C but in C, arrays only accept data with the same datatype because variables in C including arrays are declared...
ahhh ok... I got a little grasp of the concept... I'm experimenting this concept now... tnx (bluwalrus and traq):)
What should I do?
Ei, I'm having a problem using the mail function in PHP since it requires me to have a mail server... I have tried downloading software which manage this mailing system but dunno how to set it up so...
When do I put a quote in a variable if I am to include that variable in a query string?
Here is a sample code:
<?php
$con = mysql_connect("localhost","root","") or die(mysql_error());...
Is there a way in javascript where in the user cannot press further on keyboard if a certain number of characters were pressed..?
For example, in a textarea, if the user typed 250 characters...
Ei, maybe we have the same problem regarding on our server... Previously, I used XAMPP but I've got a problem when I start the apache so now, I used Mowes.
Is this your problem? (steps)
1.)...
ahihihihihihi... yeah, I forgot that one hehe... :D
hmmmm.. I think you can just do this:
1.) initialize $email_message to nothing ( $email_message = "" )
2.) check if $_POST['index'] is available ( if(isset($_POST['guest1-fn'])) ...
Maybe this would help:
PHP global variable: $_POST
* $_POST is a global variable which holds the value of "index variable(s)" (this is just a name created by me to point out what I mean)
*...
Gee, tnx... It's my new discovery about PHP. Bet, this kind of discovery is not on any php tutorial, so I'll keep it in my notes..
Let me confirm, if a file A which is part of file B via include...
Please examine my code and read my question after at the bottom.
index.php
<html>
<head>
<title> Pagination </title>
<link type="text/css" rel="stylesheet" href="pagedesign.css" />...
To abby: ahhahha, well, it's ok... I'm not mad ya know, as long as I made you smile hahahhha.... :)
In summary:
This is wrong when using header function:
<html>
<?php
header("location: blahblahblah.php");
?>
Ahw, tnx for the replies guyz.... hahahhhaha (sarcastic)... To abby, if you get error in using header, maybe there's a space b4 your <?php .... or something that you output b4 the <?php
If you use...
To: Katie
Tnx... I should have check for predefined tokens.. hehe, well, tnx again...
To: Traq
Yup, I'm aware of that... I just keep it that way coz I'm just testing how classes...
Isn't it, we still need to refresh the page so that the variable time that you set up will be updated by the time of your computer? correct me if I'm wrong. I think, we need threading? But, dunno if...
I'm having a problem in handling classes using php. Ok, this is my first time handling classes in php, so I made a basic php code.
Database name: try
Table name: example
Here's my 3 files:...
Make a separate table for time and station in the database.. like, 1 table for the entity time, 1 table for the entity station.. And the relationship would be, a station can have 1 or more time...
How would I know what table to access (insert) given the category from a super entity. Example, I have an entity examination (super entity) which have the attribute of exam_id (primary key),...
Good day guyz, is it possible to put all class definitions in one file (class.php)?
class sample1
{
}