Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 15 of 15
Search took 0.07 seconds.
Search: Posts Made By: jnt
Forum: Other Databases 01-29-2013, 08:47 AM
Replies: 9
Views: 1,027
Posted By jnt
Tnx for your reply. I fixed problem with ASCII...

Tnx for your reply. I fixed problem with ASCII characters (i replaced ascii signs with real characters), but there is still $stuff problem. I think that is some "rules" that was within DOS program...
Forum: Other Databases 01-28-2013, 09:08 AM
Replies: 9
Views: 1,027
Posted By jnt
Yes i can, but i didn't because they are the...

Yes i can, but i didn't because they are the same. Here it is dbf:

http://prntscr.com/qp985

and when isnerted in mysql:

http://prntscr.com/qpakr
Forum: Other Databases 01-26-2013, 09:30 AM
Replies: 9
Views: 1,027
Posted By jnt
Yes, it is like in this example, but i want to...

Yes, it is like in this example, but i want to remove this $ things and insert values i get in different columns. Or to do something better with that (but as i can see, $ does not have some useful...
Forum: Other Databases 01-25-2013, 10:01 PM
Replies: 9
Views: 1,027
Posted By jnt
Well here is examle (all fields are like this): ...

Well here is examle (all fields are like this):

insert into tablename values('22000','886.2-32','3796','$aS0mename$fOtherName$eSomethingElse','','','1699','$d2006','$a117 str.$d22...
Forum: Other Databases 01-23-2013, 05:34 PM
Replies: 9
Views: 1,027
Posted By jnt
DBF database questions

I have some old database (from app that worked under DOS), and now i have to convert it to some modern format (MySQL). Format of database is FoxBase+/dBase III PLUS (extension is DBF). I found some...
Forum: HTML & CSS 04-26-2012, 06:54 PM
Replies: 2
Views: 306
Posted By jnt
HTML and CSS to IMAGE

Hi, i was searching answer of this question on internet, but i didnt find anything useful:

I have this html:

<div id="maindiv" style="width:300px; height:100px:">
<div...
Forum: PHP 12-27-2011, 01:53 PM
Replies: 2
Views: 271
Posted By jnt
PHP and forms, is it safe to...

...have form "action" like this:

<form action=''" method="post">

Or it is safer (XSS and other stufs :D) to have it like this:

<form action="<?php $_SERVER['PHP_SELF'] ?>" method="post"
...
Forum: JavaScript programming 11-10-2011, 11:20 AM
Replies: 4
Views: 551
Posted By jnt
@Logic Ali : Thanks a lot, works great, you saved...

@Logic Ali : Thanks a lot, works great, you saved me man :D
Forum: JavaScript programming 11-10-2011, 10:54 AM
Replies: 4
Views: 551
Posted By jnt
JS, Google Chrome and font size

Hi, i have this piece of code to change font size in textarea:

<script type="text/javascript">
function changemysize(myvalue)
{
var div = document.getElementById("sss");
div.style.fontSize =...
Forum: PHP 10-27-2011, 09:05 PM
Replies: 4
Views: 243
Posted By jnt
Thanks guys.Well, i think it is safe enough,...

Thanks guys.Well, i think it is safe enough, there is sanitizing user input: stripslashes, mysql_real_escape_string , creating of session...I thik it is cool :D
Forum: PHP 10-27-2011, 08:17 PM
Replies: 4
Views: 243
Posted By jnt
What is safer?

I created simple login system, and i have login form on html page, and that form sends data to php file.

Is this ok (safe), or it is better to have one single login.php file (and all html of login...
Forum: PHP 05-23-2011, 01:06 PM
Replies: 2
Views: 444
Posted By jnt
No, it's not homework , i finished school long...

No, it's not homework , i finished school long time ago :) I just wanted to practice PHP through this.Well, maybe i choose bad example.Do you have some advice what to make? :D

Btw, i had same...
Forum: PHP 05-22-2011, 10:21 AM
Replies: 2
Views: 444
Posted By jnt
PHP converting units code (advise)

Hi, i am new in php and i want to make php page for converting units (lenght, time, weight etc.).

But before i start, i wanted to ask: is it smart to do this in php (js or something else)? And how...
Forum: JavaScript programming 03-29-2011, 04:48 PM
Replies: 5
Views: 376
Posted By jnt
Tnx a lot, this is just what i'm looking for :)

Tnx a lot, this is just what i'm looking for :)
Forum: JavaScript programming 03-29-2011, 02:44 PM
Replies: 5
Views: 376
Posted By jnt
One "beginner" question...

This will sound little stupid, but i need to put js below (shows adres of current page) in external .js file and to show it in html document.

<script language="javascript" type="text/javascript">...
Showing results 1 to 15 of 15

 
Forum Jump

All times are GMT +1. The time now is 04:47 AM.