Skip to content

Instantly share code, notes, and snippets.

View prensmiskin's full-sized avatar
🍇
Night Work

Oğuzhan GÜMÜŞ prensmiskin

🍇
Night Work
View GitHub Profile
@prensmiskin
prensmiskin / sahnartsimagename.php
Created April 29, 2020 09:12
Sahnarts App / Kullanıcı login olduğunda çekilen profil resmi işleminin web servisi kodları.
<?php
if($_SERVER['REQUEST_METHOD']=='POST'){
$mailx = $_POST["mailx"];
@prensmiskin
prensmiskin / korgopost.php
Created April 29, 2020 09:05
Kargo gönderimi için yaptığım web servis.
<?php
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\Exception;
require 'PHPMailer/src/Exception.php';
require 'PHPMailer/src/PHPMailer.php';
require 'PHPMailer/src/SMTP.php';
@prensmiskin
prensmiskin / qarocoreqister.php
Created April 29, 2020 08:53
qarocoreqister mail onay ve tc no doğrulama
<?php
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\Exception;
require 'PHPMailer/src/Exception.php';
require 'PHPMailer/src/PHPMailer.php';
require 'PHPMailer/src/SMTP.php';
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:mapbox="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.mapbox.mapboxsdk.maps.MapView
android:id="@+id/mapView"
android:layout_width="match_parent"